From 75ac0210bc3ecb0b56a205d39b6c6b8d3d81895e Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Tue, 27 Jan 2026 15:29:14 +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: I360b4cd52ef591f949a6fd1e9c328772b5de6ee3 Signed-off-by: Matthew Watkins --- docs/conf.py | 1 - docs/requirements-docs.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 819991b9ca..cc83cd4ce7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,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 097282b97c..a72d6013ac 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 -- 2.16.6