Skip to content

Commit 36ce6f9

Browse files
authored
[docs] Sphinx v8 compatibility: configure a non-empty inventory name for Python in intersphinx_mapping. (#542)
1 parent aa2965e commit 36ce6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
ogp_site_name = about["__title__"]
134134

135135
intersphinx_mapping = {
136-
"": ("https://docs.python.org/", None),
136+
"python": ("https://docs.python.org/", None),
137137
"pytest": ("https://docs.pytest.org/en/stable/", None),
138138
}
139139

0 commit comments

Comments
 (0)