]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.10] gh-95789: update documentation RFC base URL (GH-95800)
authorJulian Maurin <julian.maurin.perso@pm.me>
Fri, 12 Aug 2022 16:15:45 +0000 (18:15 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Aug 2022 16:15:45 +0000 (18:15 +0200)
* 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 [new file with mode: 0644]
Misc/NEWS.d/next/Documentation/2022-08-09-16-11-36.gh-issue-95789.UO7fJL.rst [new file with mode: 0644]

diff --git a/Doc/docutils.conf b/Doc/docutils.conf
new file mode 100644 (file)
index 0000000..75995ad
--- /dev/null
@@ -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 (file)
index 0000000..e034686
--- /dev/null
@@ -0,0 +1 @@
+Update the default RFC base URL from deprecated tools.ietf.org to datatracker.ietf.org