From 31005bf939d987891f89452c9a70132d9eadc3dc Mon Sep 17 00:00:00 2001 From: Sam Manzi Date: Tue, 18 Aug 2015 10:53:26 +1000 Subject: [PATCH] Silence Sphinx warning for html_theme setting change default to classic to keep using the old default. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 9b55c43b6..99832fb8a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -96,7 +96,7 @@ todo_include_todos = True # The theme to use for HTML and HTML Help pages. Major themes that come with # Sphinx are currently 'default' and 'sphinxdoc'. -html_theme = 'default' +html_theme = 'classic' # 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