mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Fix intersphinx_mapping config for Python standard library
This commit is contained in:
+1
-1
@@ -381,6 +381,6 @@ epub_exclude_files = ["search.html"]
|
||||
# epub_use_index = True
|
||||
|
||||
intersphinx_mapping = {
|
||||
"python": ("https://requests.readthedocs.io/en/master/", None),
|
||||
"python": ("https://docs.python.org/3/", None),
|
||||
"urllib3": ("https://urllib3.readthedocs.io/en/latest", None),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user