diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-05-28 23:04:55 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-05-28 23:04:55 +0900 |
commit | 721bc00d2bd0a7956d4014459cb9a859ebdee24f (patch) | |
tree | e8b782d37133f251cf541eb586d6a879b4f5049c /doc/conf.py | |
parent | 2a354d48dc3508341e3043b7ebd487cb34cb42c2 (diff) | |
download | sphinx-git-721bc00d2bd0a7956d4014459cb9a859ebdee24f.tar.gz |
Update URL for requests
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
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), } |