lsst-sqre / documenteer

Sphinx extensions, configurations, and tooling for Rubin Observatory documentation projects
https://documenteer.lsst.io
MIT License
5 stars 3 forks source link

DM-37525: Add openapi generator extension #159

Closed jonathansick closed 1 year ago

jonathansick commented 1 year ago

This PR provides support for embedding a Redoc site for FastAPI apps and other projects that have OpenAPI specifications.

For a working demo see https://github.com/lsst-sqre/squarebot/pull/18 and https://squarebot.lsst.io/v/DM-37525/index.html

jonathansick commented 1 year ago

Whoops, looks like I broke it. I'll check this.

jonathansick commented 1 year ago

https://squarebot.lsst.io/v/DM-37525/api.html is working again. I'm still not sure why the stub didn't get replaced; I haven't been able to replicate it.