We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
intersphinx_mapping
1 parent a51c13f commit e453affCopy full SHA for e453aff
docs/source/conf.py
@@ -299,7 +299,7 @@
299
300
# Example configuration for intersphinx: refer to the Python standard library.
301
intersphinx_mapping = {
302
- '': ('https://docs.python.org/', None),
+ 'python': ('https://docs.python.org/', None),
303
'es-py': ('https://elasticsearch-py.readthedocs.io/en/master/', None) ,
304
'es-dsl': ('https://elasticsearch-dsl.readthedocs.io/en/latest/', None),
305
}
0 commit comments