Fixed intersphinx links to Pyton docs

This commit is contained in:
Daniele Varrazzo 2016-12-25 20:55:01 +01:00
parent c743da0405
commit a174b08133

View File

@ -61,8 +61,8 @@ except ImportError:
release = version
intersphinx_mapping = {
'py': ('http://docs.python.org/', None),
'py3': ('http://docs.python.org/3.2', None),
'py': ('http://docs.python.org/2', None),
'py3': ('http://docs.python.org/3', None),
}
# Pattern to generate links to the bug tracker