-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Support for OpenAPI 3.0 #39
Comments
I was able to solve this by loading a newer version of redoc. You can do this by specifying redoc_uri = 'https://unpkg.com/[email protected]/bundles/redoc.standalone.js' There is a brief section on it in the docs https://sphinxcontrib-redoc.readthedocs.io/en/stable/ |
Workaround that I can confirm works (for late 2024):
When you look at the redoc.js in build, it's actually using redoc 1.x (For some reason! The docs hint it's using a /latest cdn, where even then, it's an unexpected actually 2.x.x-rc) Use redoc.ly instead == fix |
@ikalnytskyi Hey bud, great pkg -- but are you still maintaining this? I saw this was opened in 2022 |
Attempting to render an OpenAPI 3.0 specification partially works but is missing attributes like "server" which replaced "host" and "requestBody" which replaced "parameters.body" in the upgrade from swagger 2.0 to OpenAPI 3.0
The text was updated successfully, but these errors were encountered: