-
Notifications
You must be signed in to change notification settings - Fork 55
Deprecate pkg_resources.declare_namespace #557
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
Conversation
The current issue appears to be the result of how Sphinx find and imports the The
The path to the geocat package should have been resolved by the adding the package path to But it seems like it still can't find the root directory package to build from I am not seeing the new path as part of the
|
Following up from our DM conversation, I've moved this over to #563 |
PR Summary
Closes #547
PR Checklist
General
closes #XXX
to the PR description where XXX is the number of the issue.docs/release-notes.rst
in a relevant section for the next unreleased release. Possible sections include: Documentation, New Features, Bug Fixes, Internal Changes, Breaking Changes/Deprecatedprecommit
. To set up on your local, runpre-commit install
from the top level of the repository. To manually run pre-commits, usepre-commit run --all-files
and re-add any changed files before committing again and pushing.