diff options
author | Ned Deily <nad@acm.org> | 2014-09-22 14:44:22 -0700 |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-09-22 14:44:22 -0700 |
commit | b682fd3dbb09772a060ee65c05e77145b24283a3 (patch) | |
tree | 033c14c0191cf73f1799321b179ca94b0f4b3b70 /Doc/conf.py | |
parent | 4bd60980ecd4039242d015f77b46e1c789de0887 (diff) | |
download | cpython-git-b682fd3dbb09772a060ee65c05e77145b24283a3.tar.gz |
Issue #21431: merge from 3.4
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 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 |