mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Closes #21431: make docs depend on Sphinx 1.2 and fix pydoc-topics builder to
return Unicode strings on Python 3.
This commit is contained in:
parent
2887f76d45
commit
90d76ca765
2 changed files with 7 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue