zephyr/doc/requirements.txt
Benjamin Cabé efbe277d20 doc: ci: pin to Sphinx < 8.2.0
Sphinx 8.2.0 was just released but doesn't seem to work all that well
for PDF generation. Stick to 8.1.x for now.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2025-02-21 18:35:44 +00:00

27 lines
463 B
Plaintext

# DOC: used to generate docs
sphinx<8.2.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
# 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