From a110d7dd7056ebb8ba7bb60b868971d7fb176000 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 25 Feb 2018 18:11:17 +0000 Subject: [PATCH] Intersphinx urls to generate Python links updated Previous urls warn about a redirect, so they are probably to go. --- doc/src/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/conf.py b/doc/src/conf.py index a27d6cf4..2c52a568 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -61,8 +61,8 @@ except ImportError: release = version intersphinx_mapping = { - 'py': ('http://docs.python.org/2', None), - 'py3': ('http://docs.python.org/3', None), + 'py': ('https://docs.python.org/2', None), + 'py3': ('https://docs.python.org/3', None), } # Pattern to generate links to the bug tracker