From 458990f0f3308f5c8324a5628c598e0e3f60fa12 Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Sat, 11 Jun 2022 22:45:38 -0500 Subject: Alternate host for requests docs --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index 6718c87..d07d3c3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -84,7 +84,7 @@ intersphinx_mapping = { 'pymongo': ('https://pymongo.readthedocs.io/en/stable/', None), 'python': ('https://docs.python.org/3', None), 'redis': ('https://redis-py.readthedocs.io/en/stable/', None), - 'requests': ('https://docs.python-requests.org/en/master/', None), + 'requests': ('https://requests.readthedocs.io/en/latest/', None), 'urllib3': ('https://urllib3.readthedocs.io/en/latest/', None), } extlinks = { -- cgit v1.2.1