commit | 805e6bc5e438907ae065391827a3780fa6d9bfff | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Nov 27 19:06:37 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Nov 27 19:06:37 2008 +0000 |
tree | 0091eeacb6cfebb36d73d1b0595e59b82c33e0a1 | |
parent | dff59f8cb04608025dc22b01c2e1c04a9f6cf41a [diff] [blame] |
Try using utf8x input encoding.
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 @@ # 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 # --------------------------------