Add two new commands that automatically locally host the generated documentation upon completion and rebuild/rehost when the input files change without any user interaction. For more info see: https://pypi.org/project/sphinx-autobuild/ Signed-off-by: Jordan Yates <jordan@embeint.com>
23 lines
386 B
Text
23 lines
386 B
Text
# DOC: used to generate docs
|
|
|
|
sphinx
|
|
sphinx_rtd_theme~=2.0
|
|
sphinx-tabs
|
|
sphinxcontrib-svg2pdfconverter
|
|
pygments>=2.9
|
|
sphinx-notfound-page
|
|
sphinx-copybutton
|
|
sphinx-togglebutton
|
|
sphinx-sitemap
|
|
sphinx-autobuild
|
|
|
|
# YAML validation. Used by zephyr_module.
|
|
PyYAML>=6.0
|
|
pykwalify
|
|
|
|
# Used by pytest-twister-harness plugin (imported by autodoc)
|
|
pytest
|
|
pyserial
|
|
|
|
# Doxygen doxmlparser
|
|
doxmlparser
|