Update intersphinx URLs to point to Python 3 docs

Python 3 docs are more up to date and reflect the future of Python.

Removed unused py3 marker.
This commit is contained in:
Jon Dufresne 2018-06-09 20:06:23 -07:00 committed by Daniele Varrazzo
parent 3cdc0bc6e5
commit 85926bef5a

View File

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