From: Matthew Watkins Date: Tue, 27 Jan 2026 15:11:23 +0000 (+0000) Subject: Chore: Remove broken sphinxcontrib-swaggerdoc module X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=66d28787a4135363beb25f49792e8f1378c57adb;p=aai%2Faai-common.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: Id86f2b479498b6fdafa22daf1cae2502e331cb20 Signed-off-by: Matthew Watkins --- diff --git a/docs/conf.py b/docs/conf.py index 8b63262d..8cbb8756 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 ca9c25cd..41a864b2 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -3,7 +3,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