mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Docs: Update intersphinx source urls
Python and Django have both moved their docs to https.
This commit is contained in:
@@ -265,8 +265,8 @@ extlinks = {
|
|||||||
# -- Options for Intersphinx ------------------------------------------------
|
# -- Options for Intersphinx ------------------------------------------------
|
||||||
|
|
||||||
intersphinx_mapping = {
|
intersphinx_mapping = {
|
||||||
'python': ('http://docs.python.org/3.6', None),
|
'python': ('https://docs.python.org/3.6', None),
|
||||||
'django': ('http://docs.djangoproject.com/en/stable/', 'http://docs.djangoproject.com/en/stable/_objects/'),
|
'django': ('https://docs.djangoproject.com/en/stable/', 'https://docs.djangoproject.com/en/stable/_objects/'),
|
||||||
'requests': ('http://docs.python-requests.org/en/latest/', None),
|
'requests': ('http://docs.python-requests.org/en/latest/', None),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user