[3.10] gh-95789: update documentation RFC base URL#95800
Conversation
|
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
947dd76
Compare
|
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
|
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. |
That was my first intention. But actually I had a look at |
|
There's a We're overriding this setting in Sphinx: 'rfc_base_url': 'https://datatracker.ietf.org/doc/html/',To test, I modified that line directly in Sphinx and rebuilt the docs, and it used that modified one. |
|
@hugovk , Yes, it's exactly the link I refer in my last message. |
|
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 <[email protected]>
…main (#98344) Add int/str security change from issue gh-95778 PRs gh-96499 / gh-95800 Co-authored-by: Gregory P. Smith <[email protected]> [Google]
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?