Update URL for requests

This commit is contained in:
Takeshi KOMIYA
2022-05-28 23:04:55 +09:00
parent 2a354d48dc
commit 721bc00d2b
2 changed files with 2 additions and 2 deletions

View File

@@ -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),
}