Tags give the ability to mark specific points in history as being important
Version 1.5.1 - Fix critical issue when relative path to an OpenAPI spec didn't work.
Version 1.5.0 - New `embed` option. When `True`, the spec will be embedded into the rendered HTML page. Thanks @etene. - Add `redoc_uri` Sphinx option to override default `redoc.js`.
Version 1.4.0 - Update `redoc.js` to `1.21.2`. - Add support for the following ReDoc options: - `hide-loading` - `native-scrollbars` - `untrusted-spec`
Version 1.3.0 - Update ReDoc.js to 1.3.0
Version 1.2.0 - Add support for the following ReDoc options: - `no-auto-auth` - `path-in-middle-panel` - Update `redoc.js` to `1.14.0`.
Version 1.1.0 - Add support for the following ReDoc options: - `lazy-rendering` - `suppress-warnings` - `hide-hostname` - `required-props-first` - `expand-responses`
Version 1.0.1 - Do not copy assets (i.e. `redoc.js`) to output directory if Sphinx build was finished with errors.