diff options
author | Georg Brandl <georg@python.org> | 2014-09-22 19:18:24 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-09-22 19:18:24 (GMT) |
commit | 90d76ca7657566825daf8e5b22ab011f70439769 (patch) | |
tree | 3ceb7238d8efef1b605183c998eb6b54112a7f6b /Doc/conf.py | |
parent | 2887f76d4512283cf332ca22bef19bc86f4a3147 (diff) | |
download | cpython-90d76ca7657566825daf8e5b22ab011f70439769.zip cpython-90d76ca7657566825daf8e5b22ab011f70439769.tar.gz cpython-90d76ca7657566825daf8e5b22ab011f70439769.tar.bz2 |
Closes #21431: make docs depend on Sphinx 1.2 and fix pydoc-topics builder to
return Unicode strings on Python 3.
Diffstat (limited to 'Doc/conf.py')
-rw-r--r-- | Doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py index c0ed8c6..e1c0637 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -61,7 +61,7 @@ add_module_names = True # By default, highlight as Python 3. highlight_language = 'python3' -needs_sphinx = '1.1' +needs_sphinx = '1.2' # Options for HTML output |