Docs: Replace blockdiag/seqdiag with Mermaid 67/143467/2 master
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Wed, 4 Mar 2026 16:59:13 +0000 (16:59 +0000)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Wed, 4 Mar 2026 17:40:37 +0000 (17:40 +0000)
Replace the abandoned sphinxcontrib-blockdiag and sphinxcontrib-seqdiag
Sphinx extensions with sphinxcontrib-mermaid in docs configuration.

None of the documentation in this repository uses blockdiag or seqdiag
directives; this is a config-only cleanup.

Issue-ID: CIMAN-33
Change-Id: I8ba8e2efc68b0bc5d044fa4ce824f3af39e0e39f
Signed-off-by: Claude <noreply@anthropic.com>
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
docs/conf.py
docs/requirements-docs.txt
docs/tox.ini

index cd883e3..7923265 100644 (file)
@@ -23,8 +23,7 @@ exclude_patterns = [
 extensions = [
     'sphinx.ext.intersphinx',
     'sphinx.ext.graphviz',
-    'sphinxcontrib.blockdiag',
-    'sphinxcontrib.seqdiag',
+    'sphinxcontrib.mermaid',
     'sphinxcontrib.openapi',
     'sphinxcontrib.plantuml'
 ]
index 058bcb4..c15008f 100644 (file)
@@ -1,7 +1,6 @@
 sphinx>=7.1.2
 sphinx-rtd-theme>=2.0.0
-sphinxcontrib-blockdiag>=3.0.0
-sphinxcontrib-seqdiag>=3.0.0
+sphinxcontrib-mermaid>=1.0.0
 sphinxcontrib-openapi>=0.8.4
 sphinxcontrib-spelling>=8.0.0
 sphinxcontrib-plantuml>=0.27
index 3710e3c..11e841f 100644 (file)
@@ -4,7 +4,7 @@ envlist = docs,docs-linkcheck,docs-spellcheck
 skipsdist = true
 
 [testenv:docs]
-basepython = python3.12
+basepython = python3.13
 deps =
     setuptools>=65.0.0
     -r{toxinidir}/requirements-docs.txt
@@ -17,7 +17,7 @@ allowlist_externals =
     sh
 
 [testenv:docs-linkcheck]
-basepython = python3.12
+basepython = python3.13
 deps =
     setuptools>=65.0.0
     -r{toxinidir}/requirements-docs.txt
@@ -25,7 +25,7 @@ deps =
 commands = sphinx-build -W -q -b linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck
 
 [testenv:docs-spellcheck]
-basepython = python3.12
+basepython = python3.13
 deps =
     setuptools>=65.0.0
     -r{toxinidir}/requirements-docs.txt