Skip to content

Commit e453aff

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299

300300
# Example configuration for intersphinx: refer to the Python standard library.
301301
intersphinx_mapping = {
302-
'': ('https://docs.python.org/', None),
302+
'python': ('https://docs.python.org/', None),
303303
'es-py': ('https://elasticsearch-py.readthedocs.io/en/master/', None) ,
304304
'es-dsl': ('https://elasticsearch-dsl.readthedocs.io/en/latest/', None),
305305
}

0 commit comments

Comments
 (0)