Commit 4bf70686 authored by Georg Brandl's avatar Georg Brandl

Update Sphinx to 1.0.1.

parent c02cc270
...@@ -40,7 +40,7 @@ help: ...@@ -40,7 +40,7 @@ help:
checkout: checkout:
@if [ ! -d tools/sphinx ]; then \ @if [ ! -d tools/sphinx ]; then \
echo "Checking out Sphinx..."; \ 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 fi
@if [ ! -d tools/docutils ]; then \ @if [ ! -d tools/docutils ]; then \
echo "Checking out Docutils..."; \ echo "Checking out Docutils..."; \
......
...@@ -152,7 +152,7 @@ latex_preamble = r''' ...@@ -152,7 +152,7 @@ latex_preamble = r'''
latex_appendices = ['glossary', 'about', 'license', 'copyright'] latex_appendices = ['glossary', 'about', 'license', 'copyright']
# Get LaTeX to handle Unicode correctly # 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 # Options for the coverage checker
# -------------------------------- # --------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment