zephyr/doc/requirements.txt
Benjamin Cabé 074152a03d doc: Bump to Sphinx 7.1 and RTD theme 2.0
This moves to more recent versions of Sphinx and Read the Docs theme.
FWIW Sphinx 7.2.0 dropped support for Python 3.8 so we're stuck with 7.1
for now.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2024-02-25 20:56:40 -05:00

19 lines
309 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