-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Docs: fix markup for importlib.machinery.NamespaceLoader
#112479
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
Currently:[I cannot link to it because the markup is wrong, so Sphinx is not adding an anchor] With this PR:Docs preview: https://cpython-previews--112479.org.readthedocs.build/en/112479/library/importlib.html#importlib.machinery.NamespaceLoader |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @AlexWaygood for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…112479) (cherry picked from commit 2e632fa) Co-authored-by: Alex Waygood <[email protected]>
GH-112481 is a backport of this pull request to the 3.12 branch. |
…112479) (cherry picked from commit 2e632fa) Co-authored-by: Alex Waygood <[email protected]>
GH-112482 is a backport of this pull request to the 3.11 branch. |
…-112479) (#112482) Docs: fix markup for `importlib.machinery.NamespaceLoader` (GH-112479) (cherry picked from commit 2e632fa) Co-authored-by: Alex Waygood <[email protected]>
…-112479) (#112481) Docs: fix markup for `importlib.machinery.NamespaceLoader` (GH-112479) (cherry picked from commit 2e632fa) Co-authored-by: Alex Waygood <[email protected]>
The markup for this class is incorrect, leading it to be rendered incorrectly by Sphinx, and meaning that there's no anchor on the HTML webpage that you can link to.
📚 Documentation preview 📚: https://cpython-previews--112479.org.readthedocs.build/