From: Matthew Watkins Date: Tue, 27 Jan 2026 15:16:15 +0000 (+0000) Subject: Chore: Remove broken sphinxcontrib-swaggerdoc module X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=23c5cbbf0d5dd6b0c4c534be1b7aa0ee26d26392;p=ccsdk%2Fapps.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: I43bdcdb8ef15c91eb7af231324b881f52535bdca Signed-off-by: Matthew Watkins --- diff --git a/docs/conf.py b/docs/conf.py index e46c839d..338b787e 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 097282b9..a72d6013 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 six