mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Docs: update 'requests' intersphinx url
The python-requests docs ["official" location has changed][0] to requests.readthedocs.io. (And the old domain is no longer live.) [0]: https://github.com/psf/requests/issues/6140#issuecomment-1135071992
This commit is contained in:
@@ -275,7 +275,7 @@ extlinks = {
|
|||||||
intersphinx_mapping = {
|
intersphinx_mapping = {
|
||||||
'python': ('https://docs.python.org/3.10', None),
|
'python': ('https://docs.python.org/3.10', 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': ('https://docs.python-requests.org/en/stable/', None),
|
'requests': ('https://requests.readthedocs.io/en/stable/', None),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user