projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4f055e
)
Update Requests documentation URL for Intersphinx linking
author
Harmon
<Harmon758@gmail.com>
Tue, 24 May 2022 10:29:54 +0000
(
05:29
-0500)
committer
Harmon
<Harmon758@gmail.com>
Tue, 24 May 2022 10:29:54 +0000
(
05:29
-0500)
https://github.com/psf/requests/issues/6140
docs/conf.py
patch
|
blob
|
blame
|
history
diff --git
a/docs/conf.py
b/docs/conf.py
index b22238fc9e1697b87e133d030479673061164273..cefca33b4d1c7875f4393a9ca01921464120e738 100644
(file)
--- a/
docs/conf.py
+++ b/
docs/conf.py
@@
-44,7
+44,7
@@
autoclass_content = "both"
intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
'aiohttp': ('https://docs.aiohttp.org/en/stable/', None),
- 'requests': ('https://
docs.python-requests.org
/en/stable/', None),
+ 'requests': ('https://
requests.readthedocs.io
/en/stable/', None),
'requests_oauthlib': (
'https://requests-oauthlib.readthedocs.io/en/latest/', None
)