openapi icon indicating copy to clipboard operation
openapi copied to clipboard

OpenAPI (fka Swagger) spec renderer for Sphinx.

Results 56 openapi issues
Sort by recently updated
recently updated
newest added

The 'request' flag seems to be not in the documentation. It is however in the code: https://github.com/sphinx-contrib/openapi/blob/master/sphinxcontrib/openapi/renderers/_httpdomain_old.py#L23

I'm trying to figure out some convenient way to generate html for endpoints in our organization and since I came across your plugin, I was ecstatic. Unfortunately I am unable...

I have a yaml file using OpenAPI 3.0.3. All my POST requests have their `requestBody` described, and they all use `application/x-www-form-urlencoded`. When rendered, none of the POST requests show the...

I know I'm old-school using cookies. However, I still want to document their use. If I render the following v3 yaml file, no cookie parameter is rendered: ``` openapi: 3.0.3...

When using the old renderer (since I cannot use the new one due to #124 and I want to keep API docs splitted based on path) with OpenAPI 3.1 and...

Normalize spec before rendering in new httpdomain renderer. Fix #107 using the solution provided [here](https://github.com/sphinx-contrib/openapi/issues/107#issuecomment-1620209610).