From: Julian Maurin Date: Fri, 12 Aug 2022 16:15:45 +0000 (+0200) Subject: [3.10] gh-95789: update documentation RFC base URL (GH-95800) X-Git-Tag: v3.10.7~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=345daea0760339d55a9e6e34e1b190c5c081c1e6;p=thirdparty%2FPython%2Fcpython.git [3.10] gh-95789: update documentation RFC base URL (GH-95800) * pythongh-95789: update documentation RFC base URL * 📜🤖 Added by blurb_it. Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> --- diff --git a/Doc/docutils.conf b/Doc/docutils.conf new file mode 100644 index 000000000000..75995adfc2c7 --- /dev/null +++ b/Doc/docutils.conf @@ -0,0 +1,8 @@ +# +# Python documentation docutils configuration file +# +# https://docutils.sourceforge.io/docs/user/config.html + +[parsers] +# Override the default RFC base URL from sphinx +rfc_base_url=https://datatracker.ietf.org/doc/html/ diff --git a/Misc/NEWS.d/next/Documentation/2022-08-09-16-11-36.gh-issue-95789.UO7fJL.rst b/Misc/NEWS.d/next/Documentation/2022-08-09-16-11-36.gh-issue-95789.UO7fJL.rst new file mode 100644 index 000000000000..e034686e0ce7 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2022-08-09-16-11-36.gh-issue-95789.UO7fJL.rst @@ -0,0 +1 @@ +Update the default RFC base URL from deprecated tools.ietf.org to datatracker.ietf.org