From 88f89ad09f096e0cf42c815330481f402cb7a2cc Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Tue, 8 Sep 2015 13:59:39 -0700 Subject: [PATCH] Updated default html_theme per Sphinx updates --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 78bd344c..d7d9291a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -99,7 +99,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'default' +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