From: Debian Science Team Date: Sun, 18 Feb 2024 20:31:18 +0000 (+0000) Subject: Don't try to use a Sphinx extension we don't have X-Git-Tag: archive/raspbian/2.2.3+dfsg-7+rpi1~1^2^2^2^2^2^2~18 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b62a7f26016c7a3750c17873bb322e7156257714;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 59a8d9af..fa0dc048 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -57,7 +57,6 @@ extensions = [ "numpydoc", "sphinx_copybutton", "sphinx_design", - "sphinx_toggleprompt", "sphinx.ext.autodoc", "sphinx.ext.autosummary", "sphinx.ext.coverage",