From 90a79e84a369ae000d93a379ff322f0b01259c65 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 19 Nov 2008 11:34:07 +0000 Subject: Merged revisions 67278 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67278 | georg.brandl | 2008-11-19 08:59:09 +0100 (Wed, 19 Nov 2008) | 2 lines 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 38db324..7dd7956 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. -- cgit v0.12