From 5ad9818cbc2725f4fdb424271c17a2b99454d4c3 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 24 Nov 2015 05:53:09 +0100 Subject: doc: use default theme for html. --- doc/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/conf.py') diff --git a/doc/conf.py b/doc/conf.py index 0ae2ca7f7..e9c53f9ad 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -108,7 +108,8 @@ 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 = '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 -- cgit v1.2.3