diff options
author | Georg Brandl <georg@python.org> | 2008-11-19 07:59:09 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-11-19 07:59:09 +0000 |
commit | 65e8fc7fc13dfb1953fa968cdf2bce49311d2143 (patch) | |
tree | 8955ada155302e4c3ae01e3a3071b751cd141d5c /Doc/conf.py | |
parent | 7fb29797e3b53fdb73155d269f210a3da7d725d6 (diff) | |
download | cpython-git-65e8fc7fc13dfb1953fa968cdf2bce49311d2143.tar.gz |
Try to fix problems with verbatim.
Diffstat (limited to 'Doc/conf.py')
-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 bd0ea9f64b..f72aacfc0d 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. |