Skip to content

Commit 9002977

Browse files
update requests URL for intersphinx
1 parent 9bf694e commit 9002977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sphinx/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545

4646
intersphinx_mapping = {
4747
"python": ("https://docs.python.org/3", None),
48-
"requests": ("https://docs.python-requests.org/en/latest", None),
48+
"requests": ("https://requests.readthedocs.io/en/latest", None),
4949
}

0 commit comments

Comments
 (0)