From: Matthew Watkins Date: Tue, 27 Jan 2026 15:23:26 +0000 (+0000) Subject: Chore: Remove broken sphinxcontrib-swaggerdoc module X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a1dd29ed71c24e6845455d1ed35cde4a002830ab;p=logging-analytics.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: I89a50a7f38158da97ae3c190d7230af55f7e9f0f Signed-off-by: Matthew Watkins --- diff --git a/docs/conf.py b/docs/conf.py index a9c42b6..f7c0ae8 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' ] diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index d7f6b82..8a03c54 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -9,7 +9,6 @@ sphinxcontrib-blockdiag sphinxcontrib-needs>=0.2.3 sphinxcontrib-nwdiag sphinxcontrib-seqdiag -sphinxcontrib-swaggerdoc sphinxcontrib-plantuml sphinx_bootstrap_theme lfdocs-conf