Fix intersphinx_mapping config for Python standard library

This commit is contained in:
Nick Watts
2020-01-25 18:19:22 -05:00
parent 7b565d886c
commit d5c4cac0f4
+1 -1
View File
@@ -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),
}