From d97537d1742b64ecf98f067d6d1e438d4050f5cf Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Mon, 8 Feb 2016 10:33:27 +0100 Subject: [PATCH] Use default theme in Sphinx --- 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 f2db36a..68c474a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -116,7 +116,7 @@ todo_include_todos = True # 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