diff options
author | Georg Brandl <georg@python.org> | 2008-11-27 19:06:37 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-11-27 19:06:37 (GMT) |
commit | 805e6bc5e438907ae065391827a3780fa6d9bfff (patch) | |
tree | 0091eeacb6cfebb36d73d1b0595e59b82c33e0a1 | |
parent | dff59f8cb04608025dc22b01c2e1c04a9f6cf41a (diff) | |
download | cpython-805e6bc5e438907ae065391827a3780fa6d9bfff.zip cpython-805e6bc5e438907ae065391827a3780fa6d9bfff.tar.gz cpython-805e6bc5e438907ae065391827a3780fa6d9bfff.tar.bz2 |
Try using utf8x input encoding.
-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 7dd7956..f2e6674 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -145,6 +145,8 @@ latex_preamble = r''' # 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 # -------------------------------- |