Chore: Remove broken sphinxcontrib-swaggerdoc module 31/143031/1
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Tue, 27 Jan 2026 15:20:54 +0000 (15:20 +0000)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Tue, 27 Jan 2026 15:21:06 +0000 (15:21 +0000)
This Python module is no longer maintained and will not allow us to
update to more modern Python versions in the docs jobs.

Issue-ID: CIMAN-33
Change-Id: Ib81f43590d28ac6cca5797010e0dc82e5c7cbae5
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
docs/conf.py
docs/requirements-docs.txt

index 5a7974f..d113b59 100755 (executable)
@@ -40,7 +40,7 @@ html_show_sphinx = False
 
 extensions = [
     'sphinx.ext.intersphinx', 'sphinxcontrib.blockdiag', 'sphinx.ext.autosummary',
-    'sphinxcontrib.seqdiag', 'sphinxcontrib.swaggerdoc', 'sphinx.ext.graphviz',
+    'sphinxcontrib.seqdiag', 'sphinx.ext.graphviz',
     'sphinxcontrib.spelling']
 
 #
index 7cbc160..a0685eb 100644 (file)
@@ -3,5 +3,4 @@ sphinx>=8.2.0  # BSD
 sphinx-rtd-theme>=1.0.0  # MIT
 sphinxcontrib-blockdiag  # BSD
 sphinxcontrib-seqdiag # BSD
-sphinxcontrib-swaggerdoc
 sphinxcontrib-spelling