mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
[docs] Enable intersphinx
This commit is contained in:
parent
5503a05ef6
commit
7b715bb2c9
1 changed files with 4 additions and 2 deletions
|
@ -30,6 +30,7 @@ extensions = [
|
||||||
'numpydoc',
|
'numpydoc',
|
||||||
'sphinx.ext.autodoc',
|
'sphinx.ext.autodoc',
|
||||||
'sphinx.ext.autosummary',
|
'sphinx.ext.autosummary',
|
||||||
|
"sphinx.ext.intersphinx",
|
||||||
]
|
]
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
@ -71,5 +72,6 @@ html_sidebars = {
|
||||||
html_split_index = True
|
html_split_index = True
|
||||||
#numpydoc_validation_checks = {"all"}
|
#numpydoc_validation_checks = {"all"}
|
||||||
|
|
||||||
|
intersphinx_mapping = {
|
||||||
|
"python": ("https://docs.python.org/3/", None),
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue