From b52731871d3b0986f8fad455179996969842fd81 Mon Sep 17 00:00:00 2001 From: Rishabhsaini21 Date: Sun, 7 Dec 2025 00:20:09 +0530 Subject: [PATCH 1/2] Update conf.py docs/conf.py : replace sphinx_panels with sphinx_design --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 777cba08e9c..bfe6401bbcf 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -51,7 +51,7 @@ "sphinx.ext.ifconfig", "sphinx.ext.viewcode", "sphinx.ext.intersphinx", - "sphinx_panels", + "sphinx_design",#deleted sphinx panels as it is not supported in sphinx 5 and added sphinx design ] exclude_patterns = [ From b0e53754598225e18174cae9e6d93d0a40774adc Mon Sep 17 00:00:00 2001 From: Rishabhsaini21 Date: Sun, 7 Dec 2025 00:22:49 +0530 Subject: [PATCH 2/2] Update sphinx version in requirements.txt docs:/requirements.txt upgrade Sphinx to >=5.0 and replace deprecated sphinx-panels with sphinx-design (currently supported) --- docs/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index adc37f38d57..65526f23fa7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -7,9 +7,9 @@ pydata-sphinx-theme==0.7.2 pygments>=2.15.0 # not directly required, pinned by Snyk to avoid a vulnerability requests>=2.32.2 # not directly required, pinned by Snyk to avoid a vulnerability setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability -sphinx==4.3.0 +sphinx>=5.0 sphinx-autoapi==1.8.4 sphinx-code-include==1.1.1 sphinx-copybutton==0.4.0 -sphinx-panels==0.6.0 +sphinx-design>=0.5 urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability