From 345daea0760339d55a9e6e34e1b190c5c081c1e6 Mon Sep 17 00:00:00 2001 From: Julian Maurin Date: Fri, 12 Aug 2022 18:15:45 +0200 Subject: [PATCH] [3.10] gh-95789: update documentation RFC base URL (GH-95800) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * 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> --- Doc/docutils.conf | 8 ++++++++ .../2022-08-09-16-11-36.gh-issue-95789.UO7fJL.rst | 1 + 2 files changed, 9 insertions(+) create mode 100644 Doc/docutils.conf create mode 100644 Misc/NEWS.d/next/Documentation/2022-08-09-16-11-36.gh-issue-95789.UO7fJL.rst 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 -- 2.47.3