From: Debian Science Team Date: Tue, 31 Jan 2023 13:21:16 +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~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e46480420a06608906aa10771b4ef51e6036a26a;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",