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: If04370bd71139755356ed3e836270e01b7ac5f3d
Signed-off-by: Claude <noreply@anthropic.com>
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
html_show_sphinx = False
extensions = [
- 'sphinx.ext.intersphinx', 'sphinxcontrib.blockdiag', 'sphinx.ext.autosummary',
- 'sphinxcontrib.seqdiag', 'sphinx.ext.graphviz',
+ 'sphinx.ext.intersphinx', 'sphinxcontrib.mermaid', 'sphinx.ext.autosummary',
'sphinxcontrib.spelling']
#
six
sphinx>=8.2.0 # BSD
sphinx-rtd-theme>=1.0.0 # MIT
-sphinxcontrib-blockdiag # BSD
-sphinxcontrib-seqdiag # BSD
+sphinxcontrib-mermaid>=1.0.0
sphinxcontrib-spelling