Merge pull request #10300 from tk0miya/doc_URL_changed

doc: URL of requests has changed now
This commit is contained in:
Takeshi KOMIYA 2022-03-27 16:21:03 +09:00 committed by GitHub
commit 7ae8c1ee42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ texinfo_documents = [
intersphinx_mapping = { intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None), '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), 'readthedocs': ('https://docs.readthedocs.io/en/stable', None),
} }