b2977b7657
Use sphinx-toggle to make "Related code samples" collapsible. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
16 lines
259 B
Plaintext
16 lines
259 B
Plaintext
# DOC: used to generate docs
|
|
|
|
breathe>=4.34
|
|
sphinx~=6.2
|
|
sphinx_rtd_theme~=1.2
|
|
sphinx-tabs
|
|
sphinxcontrib-svg2pdfconverter
|
|
pygments>=2.9
|
|
sphinx-notfound-page
|
|
sphinx-copybutton
|
|
sphinx-togglebutton
|
|
|
|
# YAML validation. Used by zephyr_module.
|
|
PyYAML>=5.1
|
|
pykwalify
|