summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2022-05-28 23:16:54 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2022-05-28 23:16:54 +0900
commite7ab472b6d1669ab7218df6a5b2c72f43622642b (patch)
tree9605111f9e13e2e06f64801eaf2e6a782edf2518 /doc/conf.py
parent3805e0646f913ef8740a68b188d660530b404c45 (diff)
parent78cf539866741106e1229c972ed8769d776d8ca2 (diff)
downloadsphinx-git-e7ab472b6d1669ab7218df6a5b2c72f43622642b.tar.gz
Merge branch '4.5.x' into 4.x
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index a5563ad93..281ca2605 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -108,7 +108,7 @@ texinfo_documents = [
intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),
- 'requests': ('https://docs.python-requests.org/en/latest/', None),
+ 'requests': ('https://requests.readthedocs.io/en/latest/', None),
'readthedocs': ('https://docs.readthedocs.io/en/stable', None),
}