-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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
Update Sphinx bpo role to use redirect URI. #32342
Conversation
@ezio-melotti: Please replace |
Thanks @ezio-melotti for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Thanks @ezio-melotti for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Sorry, @ezio-melotti, I could not cleanly backport this to |
Sorry @ezio-melotti, I had trouble checking out the |
Thanks @ezio-melotti for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Sorry, @ezio-melotti, I could not cleanly backport this to |
Mirrors the change made in python/cpython#32342.
Mirrors the change made in python/cpython#32342.
Mirrors the change made in python/cpython#32342. Backport of 62ffc98 from main
(cherry picked from commit 08cfe07) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
GH-91890 is a backport of this pull request to the 3.10 branch. |
GH-91891 is a backport of this pull request to the 3.9 branch. |
Thanks @ezio-melotti for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
Thanks @ezio-melotti for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Sorry, @ezio-melotti, I could not cleanly backport this to |
Sorry @ezio-melotti, I had trouble checking out the |
GH-91892 is a backport of this pull request to the 3.8 branch. |
GH-91893 is a backport of this pull request to the 3.7 branch. |
* Update Sphinx bpo role to use redirect URI. (pythonGH-32342) * [3.9] Update Sphinx bpo role to use redirect URI. (pythonGH-32342). (cherry picked from commit 08cfe07) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Mirrors the change made in python/cpython#32342.
This PR updates the
:bpo:`...`
role to use the redirect URL instead of the regular one. This means that when clicking on abpo-xxxxx
link in the docs, the user will be redirected to the corresponding GH issue.This PR should be merged after the migration is completed.