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-xxxxxlink in the docs, the user will be redirected to the corresponding GH issue.This PR should be merged after the migration is completed.