From: Debian Science Team Date: Sun, 19 Feb 2023 11:01:48 +0000 (+0000) Subject: Don't try to use a Sphinx extension we don't have X-Git-Tag: archive/raspbian/1.5.3+dfsg-2+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=748cdbb168580769667f28a22ae2c53e64798f54;p=pandas.git 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 --- 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",