summaryrefslogtreecommitdiff
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-22 21:18:24 +0200
committerGeorg Brandl <georg@python.org>2014-09-22 21:18:24 +0200
commit90d76ca7657566825daf8e5b22ab011f70439769 (patch)
tree3ceb7238d8efef1b605183c998eb6b54112a7f6b /Doc/conf.py
parent2887f76d4512283cf332ca22bef19bc86f4a3147 (diff)
downloadcpython-git-90d76ca7657566825daf8e5b22ab011f70439769.tar.gz
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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index c0ed8c62cd..e1c0637f97 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