redoc icon indicating copy to clipboard operation
redoc copied to clipboard

ReDoc powered OpenAPI (fka Swagger) spec renderer for Sphinx.

Results 18 redoc issues
Sort by recently updated
recently updated
newest added

Hi! I used OpenAPI 3.0.1, I have a warning for parametres with type "integer", "string" and etc: `No "type" specified at "/paths/~1test/post/parameters/0". Automatically detected: "object"` For examle: `- name: projectId...

- Drop support for Python 2.7, 3.5, 3.6. - Add support for Python 3.9, 3.10, 3.11, 3.12.

This PR includes the changes from #45.

Just render the doc for more info.

Unable to render the page when used in more than one place and without a directive. I have defined like: ``` redoc = [ { 'name': 'File Upload APIs', 'page':...

I don't see how I can integrate the generated `api.html` into my documentation. It's just there in the documentation folder and I cannot even link to it unless I use...

Hi! Thank you for this extension! I need to possibly specify in conf.py multiple yaml files for different languages.

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...

The `nowarnings` config option doesn't (currently?) exist.

My (local) yml spec file references to another (local) yml in the definition. However, the extension seems not able to detect the reference and copy them. For example: `a.yml` ```yaml...