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

Fix namespace `sphinxcontrib` to be usable with `zc.buildout`. #145

Closed icemac closed 11 months ago

icemac commented 12 months ago

Without this change zc.buildout creates a placeholder __init__.py in sphinxcontrib containing a pkg_resources namespace declaration. This breaks using other packages of the same namespace which already use the native (implicit) namespace.