diff options
author | Georg Brandl <georg@python.org> | 2008-11-19 11:34:07 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-11-19 11:34:07 (GMT) |
commit | 90a79e84a369ae000d93a379ff322f0b01259c65 (patch) | |
tree | d0c395c1b286cdfeed3ed174be6788ff90dd3349 /Doc | |
parent | fc1e0efa799c8ae58b2e8dc3a0c8ddf3c356ad09 (diff) | |
download | cpython-90a79e84a369ae000d93a379ff322f0b01259c65.zip cpython-90a79e84a369ae000d93a379ff322f0b01259c65.tar.gz cpython-90a79e84a369ae000d93a379ff322f0b01259c65.tar.bz2 |
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.
........
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
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. |