From 3eea7d371e287bc4d2eaf3f22d6d4195e158754a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Sat, 25 Mar 2017 12:29:27 -0400 Subject: [PATCH] do not hardcode theme --- doc/oper-guide/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/oper-guide/conf.py b/doc/oper-guide/conf.py index b741a30f..38ff41f0 100644 --- a/doc/oper-guide/conf.py +++ b/doc/oper-guide/conf.py @@ -119,7 +119,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 = 'alabaster' # 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