Merge pull request #5326 from nawatts/intersphinx-mapping-config

Fix intersphinx_mapping config for Python standard library
This commit is contained in:
Nate Prewitt
2020-01-31 14:24:52 -10:00
committed by GitHub
+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),
}