Chore: Remove broken sphinxcontrib-swaggerdoc module 43/143043/1 master
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Tue, 27 Jan 2026 15:24:37 +0000 (15:24 +0000)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Tue, 27 Jan 2026 15:24:46 +0000 (15:24 +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: I92b7fed2aa9e9d338bda3c3447878b092047f778
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
docs/conf.py
docs/requirements-docs.txt
requirements.txt

index 3a63e0f..a3b360b 100644 (file)
@@ -21,7 +21,6 @@ extensions = [
     'sphinx.ext.graphviz',
     'sphinxcontrib.blockdiag',
     'sphinxcontrib.seqdiag',
-    'sphinxcontrib.swaggerdoc',
     'sphinxcontrib.plantuml',
     'sphinx_toolbox.collapse'
 ]
index ba04a8d..b1cb5ca 100644 (file)
@@ -2,7 +2,6 @@ sphinx>=4.2.0  # BSD
 sphinx-rtd-theme>=1.0.0  # MIT
 sphinxcontrib-blockdiag  # BSD
 sphinxcontrib-seqdiag # BSD
-sphinxcontrib-swaggerdoc
 sphinxcontrib-spelling
 sphinxcontrib-plantuml
 sphinx_toolbox>=3.2.0
index b5cdcc0..24e6ca5 100644 (file)
@@ -12,6 +12,5 @@ gitlint-core
 sh==1.14.3
 sphinxcontrib-blockdiag
 sphinxcontrib-seqdiag
-sphinxcontrib-swaggerdoc
 sphinxcontrib-plantuml
 sphinx-toolbox