[Python-checkins] r67282 - in python/branches/release26-maint: Doc/conf.py

georg.brandl python-checkins at python.org
Wed Nov 19 12:34:07 CET 2008


Author: georg.brandl
Date: Wed Nov 19 12:34:07 2008
New Revision: 67282

Log:
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.
........


Modified:
   python/branches/release26-maint/   (props changed)
   python/branches/release26-maint/Doc/conf.py

Modified: python/branches/release26-maint/Doc/conf.py
==============================================================================
--- python/branches/release26-maint/Doc/conf.py	(original)
+++ python/branches/release26-maint/Doc/conf.py	Wed Nov 19 12:34:07 2008
@@ -138,6 +138,8 @@
   \strong{Python Software Foundation}\\
   Email: \email{docs at python.org}
 }
+\let\Verbatim=\OriginalVerbatim
+\let\endVerbatim=\endOriginalVerbatim
 '''
 
 # Documents to append as an appendix to all manuals.


More information about the Python-checkins mailing list