mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-18 08:31:57 +00:00
Sphinx handling of 404 page is not that easy when using theme customizations. Enabled the `sphinx-notfound-page` extension (maintained by readthedocs) to fix its displaying. Also adjusted Zephyr logo (was causing some Sphinx processing errors when trying to scale it). Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
13 lines
212 B
Plaintext
13 lines
212 B
Plaintext
# DOC: used to generate docs
|
|
|
|
breathe~=4.23,!=4.29.0
|
|
sphinx~=3.3
|
|
sphinx_rtd_theme>=0.5.2,<1.0
|
|
sphinx-tabs
|
|
sphinxcontrib-svg2pdfconverter
|
|
pygments~=2.9
|
|
sphinx-notfound-page>=0.6
|
|
|
|
# Used by zephyr_module
|
|
pykwalify
|