Skip to content

Commit 3c8c515

Browse files
marc-hblgirdwood
authored andcommitted
Add FIXMEs to stop using blockdiag as it is orphaned
See #472 for details. Signed-off-by: Marc Herbert <[email protected]>
1 parent 533bf84 commit 3c8c515

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

architectures/firmware/sof-zephyr/mpp_layer/images/mpp_scheduling/edf_scheduling.diag

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// FIXME: blockdiag is orphaned and not compatible with Pillow anymore:
2+
// https://github.com/blockdiag/blockdiag/pull/171
3+
14
blockdiag edf_scheduling {
25

36
node_width = 250;

conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
# Add any Sphinx extension module names here, as strings. They can be
3131
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3232
# ones.
33+
34+
35+
# FIXME: blockdiag is orphaned and not compatible with Pillow anymore:
36+
# https://github.com/thesofproject/sof-docs/issues/472
3337
extensions = ['breathe', 'sphinx.ext.graphviz', 'sphinxcontrib.plantuml',
3438
'sphinx.ext.todo', 'sphinx.ext.extlinks', 'sphinxcontrib.blockdiag'
3539
]

scripts/requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ breathe
66
docutils
77
sphinx_rtd_theme
88
sphinxcontrib-plantuml
9-
sphinxcontrib-blockdiag
109
sphinxcontrib-applehelp
1110

1211

13-
# Workaround for warning "'ImageDraw' object has no attribute 'textsize'"
14-
# with pillow 10.0.0, see
15-
# https://github.com/thesofproject/sof-docs/issues/472
12+
# blockdiag is orphaned and not compatible with pillow>=10,
13+
# see https://github.com/thesofproject/sof-docs/issues/472
14+
sphinxcontrib-blockdiag
1615
pillow<10

0 commit comments

Comments
 (0)