diff options
author | Julian Maurin <julian.maurin.perso@pm.me> | 2022-08-12 16:15:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-12 16:15:45 (GMT) |
commit | 345daea0760339d55a9e6e34e1b190c5c081c1e6 (patch) | |
tree | 7bd714cb3e1623ca59be607e780d7cef22a13c0d /Doc/docutils.conf | |
parent | 75299dcab541e4e98603ebfb3f95eb9315c4ac52 (diff) | |
download | cpython-345daea0760339d55a9e6e34e1b190c5c081c1e6.zip cpython-345daea0760339d55a9e6e34e1b190c5c081c1e6.tar.gz cpython-345daea0760339d55a9e6e34e1b190c5c081c1e6.tar.bz2 |
[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>
Diffstat (limited to 'Doc/docutils.conf')
-rw-r--r-- | Doc/docutils.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/docutils.conf b/Doc/docutils.conf new file mode 100644 index 0000000..75995ad --- /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/ |