http -> https

This commit is contained in:
Hugo
2018-01-05 10:47:26 +02:00
committed by Dave Halter
parent adace8d7cb
commit 4199ac1a6f
8 changed files with 14 additions and 14 deletions

View File

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