Skip to content
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

Merged
merged 1 commit into from Apr 11, 2022

Conversation

ezio-melotti
Copy link
Member

This PR updates the :bpo:`...` role to use the redirect URL instead of the regular one. This means that when clicking on a bpo-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.

@bedevere-bot
Copy link

@ezio-melotti: Please replace # with GH- in the commit message next time. Thanks!

@ezio-melotti ezio-melotti deleted the docs-bpo-role-redir branch April 11, 2022 15:59
@ezio-melotti ezio-melotti added needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes and removed DO-NOT-MERGE labels Apr 11, 2022
@miss-islington
Copy link
Contributor

Thanks @ezio-melotti for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Thanks @ezio-melotti for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @ezio-melotti, I could not cleanly backport this to 3.9 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 08cfe079503ffd19d8b7ab324f0fdb1c6b150ca8 3.9

@miss-islington
Copy link
Contributor

Sorry @ezio-melotti, I had trouble checking out the 3.10 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 08cfe079503ffd19d8b7ab324f0fdb1c6b150ca8 3.10

@ezio-melotti ezio-melotti added needs backport to 3.10 only security fixes and removed needs backport to 3.10 only security fixes labels Apr 11, 2022
@miss-islington
Copy link
Contributor

Thanks @ezio-melotti for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @ezio-melotti, I could not cleanly backport this to 3.10 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 08cfe079503ffd19d8b7ab324f0fdb1c6b150ca8 3.10

ngnpope added a commit to ngnpope/django that referenced this pull request Apr 12, 2022
felixxm pushed a commit to django/django that referenced this pull request Apr 13, 2022
felixxm pushed a commit to django/django that referenced this pull request Apr 13, 2022
Mirrors the change made in python/cpython#32342.
Backport of 62ffc98 from main
ezio-melotti added a commit to ezio-melotti/cpython that referenced this pull request Apr 24, 2022
ezio-melotti added a commit to ezio-melotti/cpython that referenced this pull request Apr 24, 2022
(cherry picked from commit 08cfe07)

Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
@bedevere-bot
Copy link

GH-91890 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Apr 24, 2022
@bedevere-bot
Copy link

GH-91891 is a backport of this pull request to the 3.9 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Apr 24, 2022
ezio-melotti added a commit that referenced this pull request Apr 24, 2022
* Update Sphinx bpo role to use redirect URI. (GH-32342)

* [3.10] Update Sphinx bpo role to use redirect URI. (GH-32342).
(cherry picked from commit 08cfe07)

Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>

* Fix whitespace.
ezio-melotti added a commit that referenced this pull request Apr 24, 2022
* Update Sphinx bpo role to use redirect URI. (GH-32342)

* [3.9] Update Sphinx bpo role to use redirect URI. (GH-32342).
(cherry picked from commit 08cfe07)

Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
@miss-islington
Copy link
Contributor

Thanks @ezio-melotti for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Thanks @ezio-melotti for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @ezio-melotti, I could not cleanly backport this to 3.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 08cfe079503ffd19d8b7ab324f0fdb1c6b150ca8 3.7

@miss-islington
Copy link
Contributor

Sorry @ezio-melotti, I had trouble checking out the 3.8 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 08cfe079503ffd19d8b7ab324f0fdb1c6b150ca8 3.8

@bedevere-bot bedevere-bot removed the needs backport to 3.8 only security fixes label Apr 24, 2022
@bedevere-bot
Copy link

GH-91892 is a backport of this pull request to the 3.8 branch.

@bedevere-bot
Copy link

GH-91893 is a backport of this pull request to the 3.7 branch.

ezio-melotti added a commit that referenced this pull request May 10, 2022
* Update Sphinx bpo role to use redirect URI. (GH-32342)

* [3.8] Update Sphinx bpo role to use redirect URI. (GH-32342).
(cherry picked from commit 08cfe07)

Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
hello-adam pushed a commit to hello-adam/cpython that referenced this pull request Jun 2, 2022
* 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>
Pablito9422 pushed a commit to Pablito9422/python that referenced this pull request May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news type-feature A feature request or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants