From: Matthew Watkins Date: Tue, 27 Jan 2026 15:20:54 +0000 (+0000) Subject: Chore: Remove broken sphinxcontrib-swaggerdoc module X-Git-Tag: 3.7.5~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F31%2F143031%2F1;p=cps.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: Ib81f43590d28ac6cca5797010e0dc82e5c7cbae5 Signed-off-by: Matthew Watkins --- diff --git a/docs/conf.py b/docs/conf.py index 5a7974f279..d113b59a5c 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,7 +40,7 @@ html_show_sphinx = False extensions = [ 'sphinx.ext.intersphinx', 'sphinxcontrib.blockdiag', 'sphinx.ext.autosummary', - 'sphinxcontrib.seqdiag', 'sphinxcontrib.swaggerdoc', 'sphinx.ext.graphviz', + 'sphinxcontrib.seqdiag', 'sphinx.ext.graphviz', 'sphinxcontrib.spelling'] # diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 7cbc1602c3..a0685eb73a 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -3,5 +3,4 @@ sphinx>=8.2.0 # BSD sphinx-rtd-theme>=1.0.0 # MIT sphinxcontrib-blockdiag # BSD sphinxcontrib-seqdiag # BSD -sphinxcontrib-swaggerdoc sphinxcontrib-spelling