zephyr/doc/requirements.txt
Ederson de Souza 4fe0a1dc7f doc: Include doxmlparser on requirements.txt
It will be necessary to parse the doxygen XML files to extract `since`
and `version` from them.

Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>
2024-03-19 13:13:45 +01:00

22 lines
344 B
Plaintext

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