Add sphinxcontrib-mermaid alongside existing blockdiag/seqdiag
extensions to prepare for migrating live diagrams from blockdiag
to Mermaid syntax.
The blockdiag/seqdiag extensions are abandoned and incompatible
with modern Python. The live diagram content in this repository
will be migrated to Mermaid syntax in a follow-up change, after
which blockdiag/seqdiag can be removed.
Issue-ID: CIMAN-33
Change-Id: I67cfe9d5806179b2447d7a9ed4b1b6d3e1bbd708
Signed-off-by: Claude <noreply@anthropic.com>
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
'sphinx.ext.intersphinx',
'sphinx.ext.graphviz',
'sphinxcontrib.blockdiag',
+ 'sphinxcontrib.mermaid',
'sphinxcontrib.seqdiag',
'sphinxcontrib.swaggerdoc', # TODO: Remove in separate change (unmaintained)
'sphinxcontrib.plantuml',
sphinx-rtd-theme>=1.0.0 # MIT
Pillow # Diagram extensions (not compatible with Pillow>=10)
sphinxcontrib-blockdiag # BSD
+sphinxcontrib-mermaid>=1.0.0
sphinxcontrib-seqdiag # BSD
sphinxcontrib-openapi
sphinxcontrib-swaggerdoc # TODO: Remove in separate change (unmaintained)
skipsdist = true
[testenv:docs]
-basepython = python3.8
+basepython = python3.13
deps =
-r{toxinidir}/requirements-docs.txt
-chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt
sh
[testenv:docs-linkcheck]
-basepython = python3.8
+basepython = python3.13
#deps = -r{toxinidir}/requirements-docs.txt
commands = echo "Link Checking not enforced"
#commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck
allowlist_externals = echo
[testenv:docs-spellcheck]
-basepython = python3.8
+basepython = python3.13
deps =
-r{toxinidir}/requirements-docs.txt
-chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt