From 37ea0da4af2dc39f41cbc418c4fba684275ead73 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Fri, 28 Feb 2020 12:11:23 +1100 Subject: [PATCH] Revert "remove theme" This reverts commit 5761fdb035b199bcc17d1d12898d6faed7c059f0. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 80591d86..3fdc5f7f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,7 +49,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -# html_theme = "pandas_sphinx_theme" +html_theme = "pandas_sphinx_theme" html_logo = "_static/logo.png" # Add any paths that contain custom static files (such as style sheets) here,