From 25a5d874f28fcf55c949da06f48e77d985b75fdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20B=2E?= <2589111+jfbu@users.noreply.github.com> Date: Sat, 30 May 2026 17:19:56 +0200 Subject: [PATCH] Remove unneeded LaTeX code from latex_elements['preamble'] (GH-124630) It was a workaround for Sphinx < 1.5. --- Doc/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Doc/conf.py b/Doc/conf.py index e2dff74538a..3856f4fe9b3 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -349,8 +349,6 @@ \sphinxstrong{Python Software Foundation}\\ Email: \sphinxemail{docs@python.org} } -\let\Verbatim=\OriginalVerbatim -\let\endVerbatim=\endOriginalVerbatim \setcounter{tocdepth}{2} ''', # The paper size ('letterpaper' or 'a4paper').