1# DOC: used to generate docs 2 3sphinx<8.3.0 4sphinx_rtd_theme~=3.0 5sphinx-tabs 6sphinxcontrib-svg2pdfconverter 7pygments>=2.9,!=2.19.0 8sphinx-notfound-page 9sphinx-copybutton 10sphinx-togglebutton 11sphinx-sitemap 12sphinx-autobuild 13sphinxcontrib.programoutput 14 15# YAML validation. Used by zephyr_module. 16PyYAML>=6.0 17pykwalify 18 19# Used by pytest-twister-harness plugin (imported by autodoc) 20pytest 21pyserial 22 23# Doxygen doxmlparser 24doxmlparser 25 26# Used by the Zephyr domain to organize code samples 27anytree 28 29# Used to generate API coverage reports 30coverxygen 31