-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
GH-103484: Fix broken links reported by linkcheck #124169
GH-103484: Fix broken links reported by linkcheck #124169
Conversation
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 @rffontenelle for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
) (cherry picked from commit ab80c6b) Co-authored-by: Rafael Fontenelle <[email protected]>
GH-124179 is a backport of this pull request to the 3.13 branch. |
Thanks @rffontenelle for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
) (cherry picked from commit ab80c6b) Co-authored-by: Rafael Fontenelle <[email protected]>
GH-124180 is a backport of this pull request to the 3.12 branch. |
Merged, thanks! |
This is another patch required to fix the current state of
make linkcheck
in Python Docs. This pull request fixes occurrences of "broken" as reported bymake linkcheck
.Please backport to 3.13 and 3.12 branches. 3.12 will have one conflict, which can be solved by undoing the change to whatsnew/3.12.rst.
See below the linkcheck occurrences this PR handles:
📚 Documentation preview 📚: https://cpython-previews--124169.org.readthedocs.build/