commit | 626c0aabe8f6d33b6af9e180277c3c3e95433fdb | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Aug 24 17:42:36 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Aug 24 17:42:36 2009 +0000 |
tree | 0ba2c80660ed7e18d54ea1c113726ffbce1deb22 | |
parent | 7543997d74785910d80e96491f7ff052c5056515 [diff] [blame] |
fix pdf building by teaching latex the right encoding package
diff --git a/Doc/conf.py b/Doc/conf.py index 1bb8e50..a84f9c3 100644 --- a/Doc/conf.py +++ b/Doc/conf.py
@@ -148,6 +148,9 @@ # Documents to append as an appendix to all manuals. latex_appendices = ['glossary', 'about', 'license', 'copyright'] +# Get LaTeX to handle Unicode correctly +latex_elements = {'inputenc': r'\usepackage[utf8x]{inputenc}'} + # Options for the coverage checker # --------------------------------