You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far `sphinxcontrib-redoc` didn't support any of ReDoc options and
fully relied on defaults. That's inconvenient in one cases and limits
users in another. In order to overcome this inconvenience, this patch
adds a new `redoc['opts']` setting node with ReDoc options. Here's
what it supports:
* `lazy-rendering`
* `suppress-warnings`
* `hide-hostname`
* `required-props-first`
* `expand-responses`
Fixes#4
So far `sphinxcontrib-redoc` didn't support any of ReDoc options and
fully relied on defaults. That's inconvenient in one cases and limits
users in another. In order to overcome this inconvenience, this patch
adds a new `redoc['opts']` setting node with ReDoc options. Here's
what it supports:
* `lazy-rendering`
* `suppress-warnings`
* `hide-hostname`
* `required-props-first`
* `expand-responses`
Fixes#4
So far ReDoc has the following options:
lazy-rendering
suppress-warnings
hide-hostname
required-props-first
expand-responses
It would be nice to have a way to propagate them from Sphinx's
conf.py
to ReDoc page as one may be eager to have them in some cases.The text was updated successfully, but these errors were encountered: