mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
8889114e3c
Sphinx 4.33.0 introduces Graphviz support, but the Graphviz configuration value names clash with the Sphinx built-in Graphviz extension. Issue: https://github.com/michaeljones/breathe/issues/803 Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
14 lines
228 B
Plaintext
14 lines
228 B
Plaintext
# DOC: used to generate docs
|
|
|
|
breathe>=4.30,!=4.33
|
|
sphinx~=4.0
|
|
sphinx_rtd_theme~=1.0
|
|
sphinx-tabs
|
|
sphinxcontrib-svg2pdfconverter
|
|
pygments>=2.9
|
|
sphinx-notfound-page
|
|
|
|
# YAML validation. Used by zephyr_module.
|
|
PyYAML>=5.1
|
|
pykwalify
|