diff options
| author | Ned Deily <nad@acm.org> | 2014-09-22 21:44:22 (GMT) |
|---|---|---|
| committer | Ned Deily <nad@acm.org> | 2014-09-22 21:44:22 (GMT) |
| commit | b682fd3dbb09772a060ee65c05e77145b24283a3 (patch) | |
| tree | 033c14c0191cf73f1799321b179ca94b0f4b3b70 /Doc/conf.py | |
| parent | 4bd60980ecd4039242d015f77b46e1c789de0887 (diff) | |
| download | cpython-b682fd3dbb09772a060ee65c05e77145b24283a3.zip cpython-b682fd3dbb09772a060ee65c05e77145b24283a3.tar.gz cpython-b682fd3dbb09772a060ee65c05e77145b24283a3.tar.bz2 | |
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 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 |
