diff options
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 |