[docs] Enable intersphinx

This commit is contained in:
Gregor Düster 2023-10-22 20:43:52 +02:00
parent 5503a05ef6
commit 7b715bb2c9
No known key found for this signature in database
GPG Key ID: 1B4181FC97673B9D
1 changed files with 4 additions and 2 deletions

View File

@ -30,6 +30,7 @@ extensions = [
'numpydoc',
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
"sphinx.ext.intersphinx",
]
# Add any paths that contain templates here, relative to this directory.
@ -71,5 +72,6 @@ html_sidebars = {
html_split_index = True
#numpydoc_validation_checks = {"all"}
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
}