Skip to content

Commit

Permalink
Add FIXMEs to stop using blockdiag as it is orphaned
Browse files Browse the repository at this point in the history
See thesofproject#472 for details.

Signed-off-by: Marc Herbert <[email protected]>
  • Loading branch information
marc-hb committed Feb 24, 2024
1 parent 533bf84 commit 7e68d93
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// FIXME: blockdiag is orphaned and not compatible with Pillow anymore:
// https://github.com/blockdiag/blockdiag/pull/171

blockdiag edf_scheduling {

node_width = 250;
Expand Down
4 changes: 4 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.


# FIXME: blockdiag is orphaned and not compatible with Pillow anymore:
# https://github.com/thesofproject/sof-docs/issues/472
extensions = ['breathe', 'sphinx.ext.graphviz', 'sphinxcontrib.plantuml',
'sphinx.ext.todo', 'sphinx.ext.extlinks', 'sphinxcontrib.blockdiag'
]
Expand Down
7 changes: 3 additions & 4 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ breathe
docutils
sphinx_rtd_theme
sphinxcontrib-plantuml
sphinxcontrib-blockdiag
sphinxcontrib-applehelp


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

0 comments on commit 7e68d93

Please sign in to comment.