From 805e6bc5e438907ae065391827a3780fa6d9bfff Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 27 Nov 2008 19:06:37 +0000 Subject: [PATCH] Try using utf8x input encoding. --- Doc/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/conf.py b/Doc/conf.py index 7dd795693e8..f2e66747571 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 # --------------------------------