From bf4674fa1b6c12c0be4853e5246d00476ab05522 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 10 Dec 2016 18:43:24 -0600 Subject: [PATCH] doc: conf: use default theme --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 506af94..ca608c7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -120,7 +120,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 = '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