From 94c42e937736c54519f5df129a4b3c9e3bd1e450 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 28 Mar 2018 10:18:15 -0700 Subject: [PATCH] Switch docs to alabaster theme To match the rest of the Zuul suite. Change-Id: Ic786c7ea6ce037081b8b9c599c1e451bb4435ddb --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 0eea16a16..c5315feb8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -85,7 +85,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'default' +#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