From 7a4c054f9a161bb34c0a33c3b655177dc76092cc Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Fri, 3 Apr 2015 11:44:28 -0400 Subject: [PATCH] Use a theme supported by Read the Docs. --- 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 acf6560..566e02a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -111,7 +111,7 @@ todo_include_todos = False # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'alabaster' +html_theme = 'nature' # 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