mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Update Sphinx to 1.0.1.
This commit is contained in:
parent
c02cc2707a
commit
4bf70686fa
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
# --------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue