From: Debian Science Team Date: Wed, 26 Aug 2020 21:34:50 +0000 (+0100) Subject: Don't require the pandas theme X-Git-Tag: archive/raspbian/1.0.5+dfsg-3+rpi1^2~16 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=458b216b50ff51278b854dc03820ba1fc2a90133;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 d45efe6d..f16617c7 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -196,7 +196,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