swagger-ui-py
swagger-ui-py copied to clipboard
Add `custom_css` parameter and update Swagger UI and editor
Adds a new parameter custom_css to specify a location from where to pull additional CSS for customizing the Swagger UI (not editor).
The update process is patching the required snippet into doc.html and does in addition reformat all HTML files using djlint for consistency in future updates.
This fixes https://github.com/PWZER/swagger-ui-py/issues/44.