mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 23:32:29 +00:00
Instead of breathe. I'm not sure of the best version comparison to use. There is no intention to break the API for docleaf but it is also still young in some ways and there might be adjustments to the configuration values that would need to be reflected in the version number as it is still pre-1.0 that would only be a minor version change. Signed-off-by: Michael Jones <m.pricejones@gmail.com>
15 lines
254 B
Plaintext
15 lines
254 B
Plaintext
# DOC: used to generate docs
|
|
|
|
docleaf==0.8.0
|
|
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
|