- Add support for custom ReDoc templates. [:pr:`27`]
- Drop Python 3.4 support. [:pr:`34`]
- Fix issue when the extension may trigger build failure when other than html builders are used (e.g. linkcheck). [:pr:`32`]
Fix critical issue when relative path to an OpenAPI spec didn't work.
New
embed
option. WhenTrue
, the spec will be embedded into the rendered HTML page. Thanks @etene.[:pr:`14`]
Add
redoc_uri
Sphinx option to override defaultredoc.js
.
Update
redoc.js
to1.21.2
. [:pr:`10`]Add support for the following ReDoc options:
hide-loading
native-scrollbars
untrusted-spec
[:pr:`10`]
- Update
redoc.js
to1.16.0
. [:pr:`8`]
Update
redoc.js
to1.14.0
. [:pr:`6`]Add support for the following ReDoc options:
no-auto-auth
path-in-middle-panel
[:pr:`7`]
Add support for the following ReDoc options:
lazy-rendering
suppress-warnings
hide-hostname
required-props-first
expand-responses
- Do not copy assets (i.e.
redoc.js
) to output directory if Sphinx build was finished with errors. [:issue:`1`]
- First public release.