docs: Update links from Python 2 to Python 3.

This commit is contained in:
Dave Shawley 2016-01-10 16:05:25 -05:00
parent d215718d4e
commit e3294af26c

View file

@ -31,7 +31,7 @@ html_theme_options = {
}
intersphinx_mapping = {
'python': ('https://docs.python.org/', None),
'python': ('https://docs.python.org/3', None),
'requests': ('https://requests.readthedocs.org/en/latest/', None),
'sprockets': ('https://sprockets.readthedocs.org/en/latest/', None),
'tornado': ('http://tornadoweb.org/en/latest/', None),