Intersphinx urls to generate Python links updated

Previous urls warn about a redirect, so they are probably to go.
This commit is contained in:
Daniele Varrazzo 2018-02-25 18:11:17 +00:00
parent 806cc5e610
commit 4e53cb4a02

View File

@ -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