zephyr/doc/requirements.txt
Stephanos Ioannidis 8c8e2f6243 doc: requirements: Add pyserial
Since 7eaca455fa, pyserial is required for
building docs because `DeviceAdapter` from the `pytest-twister-harness`
plugin, which is imported by autodoc, now depends on it.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2024-05-23 17:02:27 -04:00

23 lines
383 B
Text

# DOC: used to generate docs
breathe>=4.34
sphinx
sphinx_rtd_theme~=2.0
sphinx-tabs
sphinxcontrib-svg2pdfconverter
pygments>=2.9
sphinx-notfound-page
sphinx-copybutton
sphinx-togglebutton
sphinx-sitemap
# YAML validation. Used by zephyr_module.
PyYAML>=6.0
pykwalify
# Used by pytest-twister-harness plugin (imported by autodoc)
pytest
pyserial
# Doxygen doxmlparser
doxmlparser