Docs: Update intersphinx source urls

Python and Django have both moved their docs to https.
This commit is contained in:
medmunds
2018-01-17 13:10:49 -08:00
parent e454864232
commit 2bf492c2f4

View File

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