diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2022-06-21 15:04:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-21 15:04:46 (GMT) |
commit | 0efe3a1636c143fe0694a8e4d25d6eae19e0d618 (patch) | |
tree | 6f5b27302956979ea868743410c02bb87c2ed086 /Doc/conf.py | |
parent | 6f8875eba38b08c802905635759b5f905e3a415c (diff) | |
download | cpython-0efe3a1636c143fe0694a8e4d25d6eae19e0d618.zip cpython-0efe3a1636c143fe0694a8e4d25d6eae19e0d618.tar.gz cpython-0efe3a1636c143fe0694a8e4d25d6eae19e0d618.tar.bz2 |
gh-86986: Drop compatibility support for Sphinx 2 (GH-93737)
* Revert "bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282)"
This reverts commit 5c1f15b4b1024cbf0acc85832f0c623d1a4605fd
* Revert "bpo-42579: Make workaround for various versions of Sphinx more robust (GH-23662)"
This reverts commit b63a620014b67a6e63d10783149c41baaf59def8.
Diffstat (limited to 'Doc/conf.py')
-rw-r--r-- | Doc/conf.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/conf.py b/Doc/conf.py index 46cbab2..0c7deb5 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -237,5 +237,3 @@ 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 |