Uh oh!
There was an error while loading. Please reload this page.
[3.10] gh-95789: update documentation RFC base URL - #95800
Conversation
bedevere-bot
commented
Aug 8, 2022
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
8173254 to
947dd76Comparebedevere-bot
commented
Aug 8, 2022
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
hugovk
commented
Aug 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 the security-only branches. Let's ask 3.8/3.9 release manager @ambv. |
JulianMaurin
commented
Aug 9, 2022
That was my first intention. But actually I had a look at |
hugovk
commented
Aug 9, 2022
JulianMaurin
commented
Aug 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
commented
Aug 9, 2022
Ah yes, thanks! Please could you prefix the title of this PR with "[3.10] " and add a news entry? |
/ pythongh-95800 Co-authored-by: Gregory P. Smith <gps@google.com>
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?