sphinx-contrib / openapi

OpenAPI (fka Swagger) spec renderer for Sphinx.
https://sphinxcontrib-openapi.readthedocs.io
BSD 2-Clause "Simplified" License
111 stars 80 forks source link

Feature Request: Include / Exclude in new renderer #124

Open aprams opened 2 years ago

aprams commented 2 years ago

Setting openapi_default_renderer='httpdomain'does not allow using the documented filter operations anymore.

Checking the code, this seems to be the default case. As this would therefore always render the whole schema at once, it is rather unusable without a way to filter for methods and paths.

Is there a workaround for this?