Skip to content

Commit a990653

Browse files
authored
Merge pull request #5326 from nawatts/intersphinx-mapping-config
Fix intersphinx_mapping config for Python standard library
2 parents 7b565d8 + d5c4cac commit a990653

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,6 @@
381381
# epub_use_index = True
382382

383383
intersphinx_mapping = {
384-
"python": ("https://requests.readthedocs.io/en/master/", None),
384+
"python": ("https://docs.python.org/3/", None),
385385
"urllib3": ("https://urllib3.readthedocs.io/en/latest", None),
386386
}

0 commit comments

Comments
 (0)