From: Debian Science Team Date: Thu, 2 Dec 2021 16:32:54 +0000 (+0000) Subject: Don't require the pandas theme X-Git-Tag: archive/raspbian/1.5.3+dfsg-2+rpi1~1^2^2^2^2^2^2^2^2^2~19 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4b42d20fa9c49e4399e8c4bc3c202d7b2d1e9628;p=pandas.git Don't require the pandas theme (TODO - package it - here as a multi-upstream-tarball package?) Author: Rebecca N. Palmer Forwarded: not-needed Gbp-Pq: Name sphinx_no_pandas_theme.patch --- diff --git a/doc/source/conf.py b/doc/source/conf.py index 84fde3fd..edf3218e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -217,7 +217,7 @@ pygments_style = "sphinx" # The theme to use for HTML and HTML Help pages. Major themes that come with # Sphinx are currently 'default' and 'sphinxdoc'. -html_theme = "pydata_sphinx_theme" +html_theme = "nature" # The style sheet to use for HTML and HTML Help pages. A file of that name # must exist either in Sphinx' static/ path, or in one of the custom paths