From ba1015631f55adfb9f3f1ef3c7f8946c9c4a5c43 Mon Sep 17 00:00:00 2001 From: Dominik Muhs Date: Fri, 14 Dec 2018 18:40:16 +0100 Subject: [PATCH] Switch theme to alabaster --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 659669b3..6fe0d231 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -79,7 +79,7 @@ pygments_style = None # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = "classic" +html_theme = "alabaster" # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the