Skip to content

Commit 765ca87

Browse files
committed
Fix intersphinx mapping
1 parent 871f329 commit 765ca87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
pygments_style = "sphinx"
1414
autodoc_typehints = "description"
1515
intersphinx_mapping = {
16-
"https://docs.python.org/3": None,
16+
"python": ("https://docs.python.org/3", None),
1717
}
1818
templates_path = [""]
1919

0 commit comments

Comments
 (0)