A Sphinx extension that integrates blockdiag, seqdiag, actdiag, and nwdiag diagram generation into documentation. Current version 3.0.0; supports Python >=3.7. Release cadence is irregular.
pip install sphinxcontrib-blockdiagVerified import paths — ran on the pinned version, not inferred.
Add the extension to Sphinx's conf.py extensions list. Use the 'blockdiag' directive in RST files.
Use Python 3.7+ or pin to sphinxcontrib-blockdiag==2.2.1.
Install blockdiag: pip install blockdiag
Add to conf.py: blockdiag_antialias = True