Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
[3.10] gh-95789: update documentation RFC base URL#95800
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 commentedAug 8, 2022
Most changes to Pythonrequire a NEWS entry. Please add it using theblurb_it web app or theblurb command-line tool. |
ghost commentedAug 8, 2022 • edited by ghost
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by ghost
Uh oh!
There was an error while loading.Please reload this page.
8173254 to947dd76Comparebedevere-bot commentedAug 8, 2022
Most changes to Pythonrequire a NEWS entry. Please add it using theblurb_it web app or theblurb command-line tool. |
hugovk commentedAug 8, 2022
Rather than putting this in a new
As you noted at#95789 (comment), the redirects are fixed now on the IETF side, so it's less pressing to get this backported to thesecurity-only branches. Let's ask 3.8/3.9 release manager@ambv. |
JulianMaurin commentedAug 9, 2022
That was my first intention. But actually I had a look at |
hugovk commentedAug 9, 2022
JulianMaurin commentedAug 9, 2022
@hugovk , Yes, it's exactly the link I refer in my last message. (cf.https://www.sphinx-doc.org/en/master/usage/configuration.html) |
hugovk commentedAug 9, 2022
Ah yes, thanks! Please could youprefix the title of this PR with "[3.10] " and add anews entry? |
hugovk left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thank you!
/pythongh-95800Co-authored-by: Gregory P. Smith <gps@google.com>
Uh oh!
There was an error while loading.Please reload this page.
I did not find any way to override
docutilsdefault settings throughsphinxso I had to create this configuration file.Tested locally ✔️
The issue is also impacting python
3.7,3.8and3.9. So I guess I've to create the exact same PR targeting another branch, may you confirm, please?