Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Update Sphinx bpo role to use redirect URI.#32342
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
bedevere-bot commentedApr 11, 2022
@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 inpython/cpython#32342.
Mirrors the change made inpython/cpython#32342.
Mirrors the change made inpython/cpython#32342.Backport of62ffc98 from main
(cherry picked from commit08cfe07)Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
bedevere-bot commentedApr 24, 2022
GH-91890 is a backport of this pull request to the3.10 branch. |
bedevere-bot commentedApr 24, 2022
GH-91891 is a backport of this pull request to the3.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 |
bedevere-bot commentedApr 24, 2022
GH-91892 is a backport of this pull request to the3.8 branch. |
bedevere-bot commentedApr 24, 2022
GH-91893 is a backport of this pull request to the3.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 commit08cfe07)Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Mirrors the change made inpython/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.