diff options
author | Max Kellermann <max@musicpd.org> | 2018-10-30 22:13:15 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-10-30 22:13:15 +0100 |
commit | dd8e14e121f1de1642ba10f71c7fb10e68d46c96 (patch) | |
tree | de648597e5feaa0d01fbdd613f31de583158d70b /doc/conf.py | |
parent | 09e2202cd6872f94ba23186924f51e87e7f942ad (diff) |
doc/conf.py: use the "classic" theme
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |