From 03fa9c6df0ed51df6cd51140426a6a537a31f7d8 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Tue, 21 Apr 2015 12:16:15 -0700 Subject: [PATCH] Switch to the default documentation theme. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index d64744d..262979c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -91,7 +91,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'alabaster' +html_theme = 'default' # 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