diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-05-28 23:16:54 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-05-28 23:16:54 +0900 |
commit | e7ab472b6d1669ab7218df6a5b2c72f43622642b (patch) | |
tree | 9605111f9e13e2e06f64801eaf2e6a782edf2518 /doc/conf.py | |
parent | 3805e0646f913ef8740a68b188d660530b404c45 (diff) | |
parent | 78cf539866741106e1229c972ed8769d776d8ca2 (diff) | |
download | sphinx-git-e7ab472b6d1669ab7218df6a5b2c72f43622642b.tar.gz |
Merge branch '4.5.x' into 4.x
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), } |