mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00

* 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>
8 lines
222 B
Text
8 lines
222 B
Text
#
|
|
# 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/
|