Skip to content

Commit

Permalink
[docs] Sphinx v8 compatibility: configure a non-empty inventory name …
Browse files Browse the repository at this point in the history
…for Python in `intersphinx_mapping`. (#485)
  • Loading branch information
jayaddison authored Aug 23, 2024
1 parent a51c13f commit e453aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@

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

0 comments on commit e453aff

Please sign in to comment.