From cf7750013b6ab47ba3337cf6a5763dbd7f627e64 Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Tue, 27 Jan 2026 15:20:54 +0000 Subject: [PATCH] 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 --- docs/conf.py | 2 +- docs/requirements-docs.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 -- 2.16.6