Docs: update intersphinx refs from Python 3.5 to 3.6

This commit is contained in:
medmunds
2017-09-08 14:19:43 -07:00
parent 90b9dc6cfa
commit b6c75fe06b

View File

@@ -265,7 +265,7 @@ extlinks = {
# -- Options for Intersphinx ------------------------------------------------ # -- Options for Intersphinx ------------------------------------------------
intersphinx_mapping = { intersphinx_mapping = {
'python': ('http://docs.python.org/3.5', None), 'python': ('http://docs.python.org/3.6', None),
'django': ('http://docs.djangoproject.com/en/stable/', 'http://docs.djangoproject.com/en/stable/_objects/'), 'django': ('http://docs.djangoproject.com/en/stable/', 'http://docs.djangoproject.com/en/stable/_objects/'),
'requests': ('http://docs.python-requests.org/en/latest/', None), 'requests': ('http://docs.python-requests.org/en/latest/', None),
} }