From dd8e14e121f1de1642ba10f71c7fb10e68d46c96 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 30 Oct 2018 22:13:15 +0100 Subject: [PATCH] doc/conf.py: use the "classic" theme --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 5eb1f14e4..5385ff150 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -100,7 +100,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 = '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