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. #1

Merged
merged 2 commits into from
Nov 8, 2023

Conversation

icemac
Copy link
Collaborator

@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.
@icemac icemac requested a review from sallner November 8, 2023 12:58
@icemac icemac self-assigned this Nov 8, 2023
@icemac icemac merged commit 6558312 into develop Nov 8, 2023
26 checks passed
@icemac icemac deleted the fix-namespace branch November 8, 2023 13:11
icemac added a commit that referenced this pull request Nov 8, 2023
@icemac icemac restored the fix-namespace branch November 8, 2023 13:11
setup.py Show resolved Hide resolved
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