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

View File

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