summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-06-11 22:45:38 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-06-11 22:45:38 -0500
commit458990f0f3308f5c8324a5628c598e0e3f60fa12 (patch)
treedb83492b5fca25fffc267cf0f06d2dfab1efebe0 /docs
parent59c27a7c9027b490b61c1c8f283bb51100be0cbd (diff)
downloadrequests-cache-458990f0f3308f5c8324a5628c598e0e3f60fa12.tar.gz
Alternate host for requests docs
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
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 = {