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

index 8b63262..8cbb875 100644 (file)
@@ -21,7 +21,6 @@ extensions = [
     'sphinx.ext.graphviz',
     'sphinxcontrib.blockdiag',
     'sphinxcontrib.seqdiag',
-    'sphinxcontrib.swaggerdoc',
     'sphinxcontrib.plantuml'
 ]
 
index ca9c25c..41a864b 100644 (file)
@@ -3,7 +3,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
 six