From 4bf70686fab91dcc5603c11c36f77bd2131ff6ed Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 27 Jul 2010 18:19:21 +0000 Subject: Update Sphinx to 1.0.1. --- Doc/Makefile | 2 +- Doc/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/Makefile b/Doc/Makefile index 2669d3d..c20374f 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -40,7 +40,7 @@ help: checkout: @if [ ! -d tools/sphinx ]; then \ echo "Checking out Sphinx..."; \ - svn checkout $(SVNROOT)/external/Sphinx-1.0/sphinx tools/sphinx; \ + svn checkout $(SVNROOT)/external/Sphinx-1.0.1/sphinx tools/sphinx; \ fi @if [ ! -d tools/docutils ]; then \ echo "Checking out Docutils..."; \ diff --git a/Doc/conf.py b/Doc/conf.py index ea21f21..b192354 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -152,7 +152,7 @@ latex_preamble = r''' latex_appendices = ['glossary', 'about', 'license', 'copyright'] # Get LaTeX to handle Unicode correctly -latex_elements = {'inputenc': r'\usepackage[utf8x]{inputenc}'} +latex_elements = {'inputenc': r'\usepackage[utf8x]{inputenc}', 'utf8extra': ''} # Options for the coverage checker # -------------------------------- -- cgit v0.12