From: Matthew Watkins Date: Tue, 27 Jan 2026 15:21:17 +0000 (+0000) Subject: Chore: Remove broken sphinxcontrib-swaggerdoc module X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7d7c4eae69d238b036bd9631c8ffaed470b5c13b;p=cps%2Fncmp-dmi-plugin.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: Iddaf1288387e3ad77e58b2fe4a05d876f324a196 Signed-off-by: Matthew Watkins --- diff --git a/docs/conf.py b/docs/conf.py index 391d7d92..9b09e835 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,7 +44,7 @@ html_show_sphinx = False extensions = [ 'sphinx.ext.intersphinx','sphinxcontrib.blockdiag', - '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 b95c29fb..817d4a34 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -3,5 +3,4 @@ sphinx>=4.2.0 # BSD sphinx-rtd-theme>=1.0.0 # MIT sphinxcontrib-blockdiag # BSD sphinxcontrib-seqdiag # BSD -sphinxcontrib-swaggerdoc sphinxcontrib-spelling