From: Georg Brandl Date: Wed, 19 Nov 2008 07:59:09 +0000 (+0000) Subject: Try to fix problems with verbatim. X-Git-Tag: v2.7a1~2652 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65e8fc7fc13dfb1953fa968cdf2bce49311d2143;p=thirdparty%2FPython%2Fcpython.git Try to fix problems with verbatim. --- 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.