From 65e8fc7fc13dfb1953fa968cdf2bce49311d2143 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 19 Nov 2008 07:59:09 +0000 Subject: [PATCH] Try to fix problems with verbatim. --- Doc/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/conf.py b/Doc/conf.py index bd0ea9f64b5c..f72aacfc0d05 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -138,6 +138,8 @@ latex_preamble = r''' \strong{Python Software Foundation}\\ Email: \email{docs@python.org} } +\let\Verbatim=\OriginalVerbatim +\let\endVerbatim=\endOriginalVerbatim ''' # Documents to append as an appendix to all manuals. -- 2.47.3