From 2b146c12d348432c45e9e52bf4260373383902c1 Mon Sep 17 00:00:00 2001 From: medmunds Date: Tue, 18 Jan 2022 17:39:48 -0800 Subject: [PATCH] Docs: update intersphinx links * Python 3.7 --> 3.10 * Requests has moved again --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9304c37..caa8dd9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -273,9 +273,9 @@ extlinks = { # -- Options for Intersphinx ------------------------------------------------ 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/'), - 'requests': ('https://requests.readthedocs.io/en/stable/', None), + 'requests': ('https://docs.python-requests.org/en/stable/', None), }