zephyr/doc/requirements.in
Benjamin Cabé cae12e6d6a doc: twister: inline twister --help output into the docs
In order to make it easier for folks to discover available twister
options when using/searching the documentation, or when making external
search in their favorite search engine, inline the output of
`twister --help` into the docs so as to have an always up-to-date
and searchable snapshot of it.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2025-07-10 16:01:34 -05:00

31 lines
543 B
Plaintext

# DOC: used to generate docs
sphinx<8.3.0
sphinx_rtd_theme~=3.0
sphinx-tabs
sphinxcontrib-svg2pdfconverter
pygments>=2.9,!=2.19.0
sphinx-notfound-page
sphinx-copybutton
sphinx-togglebutton
sphinx-sitemap
sphinx-autobuild
sphinxcontrib.programoutput
# YAML validation. Used by zephyr_module.
PyYAML>=6.0
pykwalify
# Used by pytest-twister-harness plugin (imported by autodoc)
pytest
pyserial
# Doxygen doxmlparser
doxmlparser
# Used by the Zephyr domain to organize code samples
anytree
# Used to generate API coverage reports
coverxygen