zephyr/scripts/requirements-doc.txt
Stephanos Ioannidis f503847d14 doc: Do not use Sphinx 5.2.0.post0
Sphinx 5.2.0.post0 release has a known compatibility issue with the
`sphinx_rtd_theme` (see the issue readthedocs/sphinx_rtd_theme#1343).

Revert this commit once this compatibility issue is resolved.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2022-09-25 10:37:32 +02:00

15 lines
253 B
Plaintext

# DOC: used to generate docs
breathe>=4.34
sphinx~=5.0,!=5.2.0.post0
sphinx_rtd_theme~=1.0
sphinx-tabs
sphinxcontrib-svg2pdfconverter
pygments>=2.9
sphinx-notfound-page
sphinx-copybutton
# YAML validation. Used by zephyr_module.
PyYAML>=5.1
pykwalify