From af2bed7e7c42c0029c9768716a927fd616a2e4f5 Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Tue, 11 Jan 2022 21:25:17 +0000 Subject: [PATCH] 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 --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2