summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-11-27 19:06:37 (GMT)
committerGeorg Brandl <georg@python.org>2008-11-27 19:06:37 (GMT)
commit805e6bc5e438907ae065391827a3780fa6d9bfff (patch)
tree0091eeacb6cfebb36d73d1b0595e59b82c33e0a1
parentdff59f8cb04608025dc22b01c2e1c04a9f6cf41a (diff)
downloadcpython-805e6bc5e438907ae065391827a3780fa6d9bfff.zip
cpython-805e6bc5e438907ae065391827a3780fa6d9bfff.tar.gz
cpython-805e6bc5e438907ae065391827a3780fa6d9bfff.tar.bz2
Try using utf8x input encoding.
-rw-r--r--Doc/conf.py2
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
# --------------------------------