summaryrefslogtreecommitdiffstats
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2021-01-25 14:46:06 (GMT)
committerGitHub <noreply@github.com>2021-01-25 14:46:06 (GMT)
commit5c1f15b4b1024cbf0acc85832f0c623d1a4605fd (patch)
tree557ba61e17c68c0e830ec6577e19b9d224f8572a /Doc/conf.py
parent483359174e92489e13959977824806734f1a8cdd (diff)
downloadcpython-5c1f15b4b1024cbf0acc85832f0c623d1a4605fd.zip
cpython-5c1f15b4b1024cbf0acc85832f0c623d1a4605fd.tar.gz
cpython-5c1f15b4b1024cbf0acc85832f0c623d1a4605fd.tar.bz2
bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282)
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index 6b88c23..cf25098 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -237,3 +237,5 @@ c_allow_pre_v3 = True
# bpo-40204: Disable warnings on Sphinx 2 syntax of the C domain since the
# documentation is built with -W (warnings treated as errors).
c_warn_on_allowed_pre_v3 = False
+
+strip_signature_backslash = True