summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2022-05-28 23:04:55 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2022-05-28 23:04:55 +0900
commit721bc00d2bd0a7956d4014459cb9a859ebdee24f (patch)
treee8b782d37133f251cf541eb586d6a879b4f5049c /doc/conf.py
parent2a354d48dc3508341e3043b7ebd487cb34cb42c2 (diff)
downloadsphinx-git-721bc00d2bd0a7956d4014459cb9a859ebdee24f.tar.gz
Update URL for requests
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),
}