Move to python 3.6 intersphinx.

This commit is contained in:
Dave Halter
2017-09-03 23:32:43 +02:00
parent 5993765e0a
commit 7a277c7302
6 changed files with 20 additions and 24 deletions

View File

@@ -274,7 +274,7 @@ autodoc_default_flags = []
# -- Options for intersphinx module --------------------------------------------
intersphinx_mapping = {
'http://docs.python.org/': None,
'http://docs.python.org/': ('https://docs.python.org/3.6', None),
}