Skip to content

Commit

Permalink
Fix namespace sphinxcontrib to be usable with zc.buildout.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
icemac committed Nov 8, 2023
1 parent 843fb4a commit 662b81a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
Here you can see the list of changes between each 'sphinxcontrib-openapi'
release.

0.8.4 (unreleased)
=================

- Fix namespace ``sphinxcontrib`` to be usable with ``zc.buildout``.

0.8.3 (2023-10-24)
=================

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,5 @@
"Framework :: Sphinx",
"Framework :: Sphinx :: Extension",
],
namespace_packages=["sphinxcontrib"],
python_requires=">=3.7",
)

0 comments on commit 662b81a

Please sign in to comment.