Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

icemac
Copy link
Contributor

@icemac icemac commented Nov 8, 2023

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.

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.
@stephenfin stephenfin merged commit 0c3493e into sphinx-contrib:master Nov 22, 2023
13 checks passed
@icemac icemac deleted the fix-namespace branch November 23, 2023 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants