From 0e00507e88e8732911a41551ae40704a8f9e2be1 Mon Sep 17 00:00:00 2001 From: Andreas Tille Date: Thu, 2 Dec 2021 16:32:54 +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