Skip to content

Commit d64ed91

Browse files
kartbennashif
authored andcommitted
ci: doc: pin Python dependencies to specific versions/hashes
Use secure install for ̦Python documentation dependencies. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 1185942 commit d64ed91

File tree

2 files changed

+796
-25
lines changed

2 files changed

+796
-25
lines changed

doc/requirements.in

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# DOC: used to generate docs
2+
3+
sphinx<8.2.0
4+
sphinx_rtd_theme~=3.0
5+
sphinx-tabs
6+
sphinxcontrib-svg2pdfconverter
7+
pygments>=2.9,!=2.19.0
8+
sphinx-notfound-page
9+
sphinx-copybutton
10+
sphinx-togglebutton
11+
sphinx-sitemap
12+
sphinx-autobuild
13+
14+
# YAML validation. Used by zephyr_module.
15+
PyYAML>=6.0
16+
pykwalify
17+
18+
# Used by pytest-twister-harness plugin (imported by autodoc)
19+
pytest
20+
pyserial
21+
22+
# Doxygen doxmlparser
23+
doxmlparser
24+
25+
# Used by the Zephyr domain to organize code samples
26+
anytree

0 commit comments

Comments
 (0)