diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-06-21 17:51:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-21 17:51:23 (GMT) |
commit | 223fde359a2c36e306722238ba2cd935d12075bd (patch) | |
tree | 87b8e58d1d12f134f38b8967c27977198b2cd427 /Doc/conf.py | |
parent | 2454dbe6527fb96eb880c1957905c8cf5934f5be (diff) | |
download | cpython-223fde359a2c36e306722238ba2cd935d12075bd.zip cpython-223fde359a2c36e306722238ba2cd935d12075bd.tar.gz cpython-223fde359a2c36e306722238ba2cd935d12075bd.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.
(cherry picked from commit 0efe3a1636c143fe0694a8e4d25d6eae19e0d618)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
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 d810858..01243de 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -239,5 +239,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 |