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:
medmunds
2022-05-28 09:40:20 -07:00
parent ad08892eb0
commit a67a40957a

View File

@@ -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),
} }