smaller content sectin
This commit is contained in:
Родитель
d119dbfe23
Коммит
e89defef5e
|
@ -37,7 +37,8 @@ extensions = [
|
|||
'sphinx.ext.doctest',
|
||||
'sphinx.ext.autodoc',
|
||||
'sphinx.ext.autosummary',
|
||||
'sphinx.ext.intersphinx',
|
||||
'sphinx.ext.intersphinx',
|
||||
'sphinx_search.extension'
|
||||
]
|
||||
|
||||
intersphinx_mapping = {
|
||||
|
@ -48,7 +49,7 @@ intersphinx_disabled_domains = ['std']
|
|||
|
||||
autoapi_type = 'python'
|
||||
autoapi_dirs = ['../jacdac']
|
||||
autoapi_ignore = ['*migrations*', '*constants.py']
|
||||
autoapi_ignore = ['*migrations*', '*constants.py', '*transports/*.py']
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
@ -65,4 +66,4 @@ html_static_path = ['_static']
|
|||
|
||||
# -- Options for HTML output
|
||||
html_theme = 'sphinx_rtd_theme'
|
||||
html_theme_path = ["_themes", ]
|
||||
html_theme_path = ["_themes", ]
|
||||
|
|
|
@ -17,5 +17,6 @@ Contents
|
|||
--------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
usage
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
myst-parser
|
||||
sphinx-rtd-theme
|
||||
sphinx-autoapi
|
||||
sphinx-autoapi
|
||||
readthedocs-sphinx-search
|
Загрузка…
Ссылка в новой задаче