Chore: Remove broken sphinxcontrib-swaggerdoc module 39/143039/1 master
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Tue, 27 Jan 2026 15:23:26 +0000 (15:23 +0000)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Tue, 27 Jan 2026 15:23:35 +0000 (15:23 +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: I89a50a7f38158da97ae3c190d7230af55f7e9f0f
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
docs/conf.py
docs/requirements-docs.txt

index a9c42b6..f7c0ae8 100644 (file)
@@ -21,7 +21,6 @@ extensions = [
     'sphinx.ext.graphviz',
     'sphinxcontrib.blockdiag',
     'sphinxcontrib.seqdiag',
-    'sphinxcontrib.swaggerdoc',
     'sphinxcontrib.plantuml'
 ]
 
index d7f6b82..8a03c54 100644 (file)
@@ -9,7 +9,6 @@ sphinxcontrib-blockdiag
 sphinxcontrib-needs>=0.2.3
 sphinxcontrib-nwdiag
 sphinxcontrib-seqdiag
-sphinxcontrib-swaggerdoc
 sphinxcontrib-plantuml
 sphinx_bootstrap_theme
 lfdocs-conf