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 |
Thanks @ezio-melotti for the PR |
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 |
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
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.