Update Sphinx to 1.0.1.
authorGeorg Brandl <georg@python.org>
Tue, 27 Jul 2010 18:19:21 +0000 (18:19 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 27 Jul 2010 18:19:21 +0000 (18:19 +0000)
Doc/Makefile
Doc/conf.py

index 2669d3d4318f78459b051e831a16ee87e62c4c5a..c20374fbe35161c6ce4bdc8d53cb52caea1842e7 100644 (file)
@@ -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..."; \
index ea21f2129e3c293955ee27bedea64e1a51160d7e..b19235428b48191e3aaa897010e56e8e6eee8427 100644 (file)
@@ -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
 # --------------------------------