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 c7bf0c1 commit 483b01bCopy full SHA for 483b01b
scripts/requirements.txt
@@ -1,15 +1,17 @@
1
# This file hardcodes validated versions with '==',
2
# see requirements-lax.txt for an alternative.
3
4
-sphinx>=7
+sphinx>=8.2.1
5
breathe
6
docutils
7
+plantuml
8
sphinx_rtd_theme
9
+sphinxcontrib-jquery
10
sphinxcontrib-plantuml
11
sphinxcontrib-applehelp
12
-
-# blockdiag is orphaned and not compatible with pillow>=10,
13
+# blockdiag is orphaned and not compatible with pillow 10,
14
# see https://github.com/thesofproject/sof-docs/issues/472
15
+# however it is compatible with pillow 11.1
16
sphinxcontrib-blockdiag
-pillow<10
17
+pillow>=11.1
0 commit comments