Chore: Remove broken sphinxcontrib-swaggerdoc module 32/143032/1
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Tue, 27 Jan 2026 15:21:17 +0000 (15:21 +0000)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Tue, 27 Jan 2026 15:21:28 +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: Iddaf1288387e3ad77e58b2fe4a05d876f324a196
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
docs/conf.py
docs/requirements-docs.txt

index 391d7d9..9b09e83 100644 (file)
@@ -44,7 +44,7 @@ html_show_sphinx = False
 
 extensions = [
     'sphinx.ext.intersphinx','sphinxcontrib.blockdiag',
-    'sphinxcontrib.seqdiag', 'sphinxcontrib.swaggerdoc', 'sphinx.ext.graphviz',
+    'sphinxcontrib.seqdiag', 'sphinx.ext.graphviz',
     'sphinxcontrib.spelling']
 
 #
index b95c29f..817d4a3 100644 (file)
@@ -3,5 +3,4 @@ sphinx>=4.2.0  # BSD
 sphinx-rtd-theme>=1.0.0  # MIT
 sphinxcontrib-blockdiag  # BSD
 sphinxcontrib-seqdiag # BSD
-sphinxcontrib-swaggerdoc
 sphinxcontrib-spelling