[Python-checkins] r67413 - python/branches/release26-maint/Doc/conf.py

georg.brandl python-checkins at python.org
Thu Nov 27 20:06:38 CET 2008


Author: georg.brandl
Date: Thu Nov 27 20:06:37 2008
New Revision: 67413

Log:
Try using utf8x input encoding.


Modified:
   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	Thu Nov 27 20:06:37 2008
@@ -145,6 +145,8 @@
 # Documents to append as an appendix to all manuals.
 latex_appendices = ['glossary', 'about', 'license', 'copyright']
 
+latex_elements = {'inputenc': '\\usepackage[utf8x]{inputenc}'}
+
 # Options for the coverage checker
 # --------------------------------
 


More information about the Python-checkins mailing list