From a0522960280afa020d0d70e39aca61a8b9fea6ba Mon Sep 17 00:00:00 2001 From: Andreas Tille Date: Mon, 21 Feb 2022 07:35:51 +0000 Subject: [PATCH] Sphinx panels is not packaged yet, so ignore it for the moment Last-Update: Wed, 10 Nov 2021 06:42:56 +0100 Gbp-Pq: Name ignore_sphinx_panels.patch --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index edf3218e..da022e5a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -65,7 +65,7 @@ extensions = [ "sphinx.ext.ifconfig", "sphinx.ext.linkcode", "nbsphinx", - "sphinx_panels", +# "sphinx_panels", "contributors", # custom pandas extension ] -- 2.30.2