This commit is contained in:
pelikhan 2021-11-18 16:42:36 -08:00
Родитель d119dbfe23
Коммит e89defef5e
3 изменённых файлов: 7 добавлений и 4 удалений

Просмотреть файл

@ -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