zephyr/doc/requirements.txt
Benjamin Cabé 8f17c830ed doc: generate sitemap.xml
Generate a sitemap.xml for the documentation.
This aims at helping search engines react faster to the addition/removal
of new pages.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2024-04-03 12:34:04 +03:00

23 lines
359 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
sphinx-sitemap
# YAML validation. Used by zephyr_module.
PyYAML>=6.0
pykwalify
# Used by pytest-twister-harness plugin
pytest
# Doxygen doxmlparser
doxmlparser