Files
zephyr/scripts/requirements-doc.txt
T
Gerard Marull-Paretas 8889114e3c doc: requirements: disallow breathe 4.33.0
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>
2022-02-14 10:00:41 +01:00

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