mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #10300 from tk0miya/doc_URL_changed
doc: URL of requests has changed now
This commit is contained in:
commit
7ae8c1ee42
@ -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),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user