From: Matthew Watkins Date: Tue, 27 Jan 2026 15:24:37 +0000 (+0000) Subject: Chore: Remove broken sphinxcontrib-swaggerdoc module X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b7acd6db74f8bc84bbe7375e439acefaaecf6fea;p=oom.git Chore: Remove broken sphinxcontrib-swaggerdoc module 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 --- diff --git a/docs/conf.py b/docs/conf.py index 3a63e0fab3..a3b360b687 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,6 @@ extensions = [ 'sphinx.ext.graphviz', 'sphinxcontrib.blockdiag', 'sphinxcontrib.seqdiag', - 'sphinxcontrib.swaggerdoc', 'sphinxcontrib.plantuml', 'sphinx_toolbox.collapse' ] diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index ba04a8dce9..b1cb5cafaf 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index b5cdcc0c10..24e6ca587d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,6 +12,5 @@ gitlint-core sh==1.14.3 sphinxcontrib-blockdiag sphinxcontrib-seqdiag -sphinxcontrib-swaggerdoc sphinxcontrib-plantuml sphinx-toolbox