-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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: Tell linkcheck to ignore debian manpage redirects #123019
Conversation
@AA-Turner Can this be backported to previous versions as well? |
Thanks @rffontenelle for the PR, and @AA-Turner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Thanks @rffontenelle for the PR, and @AA-Turner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…ythonGH-123019) (cherry picked from commit 1054a75) Co-authored-by: Rafael Fontenelle <[email protected]>
GH-124136 is a backport of this pull request to the 3.12 branch. |
…ythonGH-123019) (cherry picked from commit 1054a75) Co-authored-by: Rafael Fontenelle <[email protected]>
GH-124137 is a backport of this pull request to the 3.13 branch. |
This is another patch required to fix the current state of
make linkcheck
in Python Docs. This pull request fixes occurrences of "redirected temporarily" as reported by make linkcheck, which consists solely of Debian's man pages.The Debian's man page website is used as manpages_url config value, and it gets redirected to the current stable version (that's "bookworm" as of this PR).
Please consider backporting to 3.13 and 3.12 branches. The patch should applies without issues.
See here a list of links currently reported as "redirected temporarily"
📚 Documentation preview 📚: https://cpython-previews--123019.org.readthedocs.build/