sphinx-contrib / openapi

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

Add new httpdomain based OpenAPI renderer #74

Closed ikalnytskyi closed 4 years ago

ikalnytskyi commented 4 years ago

New httpdomain renderer is designed to separate each rendering piece as a separate method of the rendering class. This should increase maintainability and extension. It also implemented according to OpenAPI v3 spec and so some ambiguous moments may work properly now comparing to the old implementation.