From 5c1f15b4b1024cbf0acc85832f0c623d1a4605fd Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Mon, 25 Jan 2021 15:46:06 +0100 Subject: bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282) --- Doc/conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Doc/conf.py') diff --git a/Doc/conf.py b/Doc/conf.py index 6b88c23a44..cf250981f5 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 -- cgit v1.2.1