From 748cdbb168580769667f28a22ae2c53e64798f54 Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Sun, 19 Feb 2023 11:01:48 +0000 Subject: [PATCH] Don't try to use a Sphinx extension we don't have Author: Rebecca N. Palmer Forwarded: not-needed Gbp-Pq: Name no_sphinx_toggleprompt.patch --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index dbc2ed9d..53e5ad10 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -57,7 +57,6 @@ extensions = [ "numpydoc", "sphinx_copybutton", "sphinx_panels", - "sphinx_toggleprompt", "sphinx.ext.autodoc", "sphinx.ext.autosummary", "sphinx.ext.coverage", -- 2.30.2