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 3f0a7f9af4
commit a110d7dd70

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