Skip to content

Commit

Permalink
Add warnings 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 b0d8cea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 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

0 comments on commit b0d8cea

Please sign in to comment.