Docs: update intersphinx links

* Python 3.7 --> 3.10
* Requests has moved again
This commit is contained in:
medmunds
2022-01-18 17:39:48 -08:00
committed by Mike Edmunds
parent dc0a46a815
commit 2b146c12d3

View File

@@ -273,9 +273,9 @@ extlinks = {
# -- Options for Intersphinx ------------------------------------------------ # -- Options for Intersphinx ------------------------------------------------
intersphinx_mapping = { intersphinx_mapping = {
'python': ('https://docs.python.org/3.7', 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://requests.readthedocs.io/en/stable/', None), 'requests': ('https://docs.python-requests.org/en/stable/', None),
} }