We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1185942 commit d64ed91Copy full SHA for d64ed91
doc/requirements.in
@@ -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