mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Docs: fix broken intersphinx mapping for requests
The requests docs may be moving, and redirects are currently broken. Load the intersphinx inventory from a (currently) working temporary location.
This commit is contained in:
@@ -272,7 +272,12 @@ extlinks = {
|
|||||||
intersphinx_mapping = {
|
intersphinx_mapping = {
|
||||||
'python': ('https://docs.python.org/3.6', None),
|
'python': ('https://docs.python.org/3.6', None),
|
||||||
'django': ('https://docs.djangoproject.com/en/stable/', 'https://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 docs may be moving (Sep 2019):
|
||||||
|
# see https://github.com/psf/requests/issues/5212
|
||||||
|
# and https://github.com/psf/requests/issues/5214
|
||||||
|
'requests': ('https://docs.python-requests.org/en/latest/',
|
||||||
|
('https://docs.python-requests.org/en/latest/objects.inv',
|
||||||
|
'https://requests.kennethreitz.org/en/latest/objects.inv')),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user