From: Debian Science Team Date: Sun, 22 Jan 2023 11:54:30 +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~1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d9cca02147281f495566ca7b4b17dfdf02e1656e;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",