summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 9e5ae92..4a974b6 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -266,7 +266,7 @@ autodoc_member_order = 'bysource'
# when linking to standard python library, use and prefer python 3
# documentation.
-intersphinx_mapping = {'http://docs.python.org/3/': None}
+intersphinx_mapping = {'https://docs.python.org/3/': None}
# Both the class’ and the __init__ method’s docstring are concatenated and
# inserted.