Skip to content

Commit 2371a1d

Browse files
mwaskolgirdwood
authored andcommitted
sphinx blockdiag support
sphinxcontrib-blockdiag extension added to generate diagrams from the code Signed-off-by: Michal Wasko <[email protected]>
1 parent 1f00d98 commit 2371a1d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3232
# ones.
3333
extensions = ['breathe', 'sphinx.ext.graphviz', 'sphinxcontrib.plantuml',
34-
'sphinx.ext.todo', 'sphinx.ext.extlinks',
34+
'sphinx.ext.todo', 'sphinx.ext.extlinks', 'sphinxcontrib.blockdiag'
3535
]
3636

3737

scripts/requirements-lax.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ breathe>=4.7.3
1313
sphinx>=1.6.7
1414
docutils>=0.14
1515
sphinx_rtd_theme>=0.2.4
16+
sphinxcontrib-blockdiag>=3.0.0
1617

1718
# - Version 0.11 is the first version that supports
1819
# `plantuml_output_format=none` which is required for instant builds.
@@ -29,7 +30,6 @@ sphinx_rtd_theme>=0.2.4
2930
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896485#12
3031
sphinxcontrib.plantuml>=0.11,<0.25
3132

32-
3333
# Differences between these "lax" version requirements and the official
3434
# ones in requirements.txt:
3535

scripts/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ sphinx==2.4.4
55
docutils==0.16
66
sphinx_rtd_theme
77
sphinxcontrib-plantuml
8+
sphinxcontrib-blockdiag

0 commit comments

Comments
 (0)