From d9dbf4650e7cedb54ea11d7c5551f8c91e8a9e90 Mon Sep 17 00:00:00 2001 From: Harmon Date: Thu, 29 Apr 2021 05:10:28 -0500 Subject: [PATCH] Use stable version of Requests documentation for Intersphinx linking --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 71f4b38..0c65b0b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,7 +33,7 @@ extensions = [ intersphinx_mapping = { 'python': ('https://docs.python.org/3', None), - 'requests': ('https://docs.python-requests.org/en/latest/', None) + 'requests': ('https://docs.python-requests.org/en/stable/', None) } # Add any paths that contain templates here, relative to this directory. -- 2.25.1