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>
extensions = [
'sphinx.ext.intersphinx',
'sphinx.ext.graphviz',
- 'sphinxcontrib.blockdiag',
- 'sphinxcontrib.seqdiag',
+ 'sphinxcontrib.mermaid',
'sphinxcontrib.openapi',
'sphinxcontrib.plantuml'
]
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
skipsdist = true
[testenv:docs]
-basepython = python3.12
+basepython = python3.13
deps =
setuptools>=65.0.0
-r{toxinidir}/requirements-docs.txt
sh
[testenv:docs-linkcheck]
-basepython = python3.12
+basepython = python3.13
deps =
setuptools>=65.0.0
-r{toxinidir}/requirements-docs.txt
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