Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4bf7068

Browse files
committed
Update Sphinx to 1.0.1.
1 parent c02cc27 commit 4bf7068

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ help:
4040
checkout:
4141
@if [ ! -d tools/sphinx ]; then \
4242
echo "Checking out Sphinx..."; \
43-
svn checkout $(SVNROOT)/external/Sphinx-1.0/sphinx tools/sphinx; \
43+
svn checkout $(SVNROOT)/external/Sphinx-1.0.1/sphinx tools/sphinx; \
4444
fi
4545
@if [ ! -d tools/docutils ]; then \
4646
echo "Checking out Docutils..."; \

Doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
latex_appendices = ['glossary', 'about', 'license', 'copyright']
153153

154154
# Get LaTeX to handle Unicode correctly
155-
latex_elements = {'inputenc': r'\usepackage[utf8x]{inputenc}'}
155+
latex_elements = {'inputenc': r'\usepackage[utf8x]{inputenc}', 'utf8extra': ''}
156156

157157
# Options for the coverage checker
158158
# --------------------------------

0 commit comments

Comments
 (0)