From 7be7a78d5a4d65566144a4d165ebc683e4b8cfdd Mon Sep 17 00:00:00 2001 From: Bruno Cauet Date: Thu, 19 Mar 2015 13:41:55 +0100 Subject: [PATCH] Restore recent html_theme value in docs/conf.py The old value got restored in commit 86443c076 by mistake. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 82fc15da8..4aeb66d33 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ extlinks = { } # Options for HTML output -html_theme = 'default' +html_theme = 'classic' htmlhelp_basename = 'beetsdoc' # Options for LaTeX output