diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-03-27 19:47:11 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-03-27 19:47:11 +0900 |
commit | 2db180da70cfd59ae53afab99d1eb7868fb7d206 (patch) | |
tree | 4792f14a6e05cd42a1750988949db6cbef17bdbe /doc/conf.py | |
parent | a457819971f9b32fd57726b1e75f4caa6eaf17ab (diff) | |
parent | f559389d14d32b1cc70792a5bbbbdfb963e0ce6a (diff) | |
download | sphinx-git-2db180da70cfd59ae53afab99d1eb7868fb7d206.tar.gz |
Merge branch '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 ccc2788f0..af84b2f5d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -109,7 +109,7 @@ texinfo_documents = [ intersphinx_mapping = { 'python': ('https://docs.python.org/3/', None), - 'requests': ('https://requests.readthedocs.io/en/master', None), + 'requests': ('https://docs.python-requests.org/en/latest/', None), 'readthedocs': ('https://docs.readthedocs.io/en/stable', None), } |