From e71caded81851c585dcfd2326f8aa4342d9fbd8b Mon Sep 17 00:00:00 2001 From: Bruno Cauet Date: Wed, 11 Mar 2015 11:08:40 +0100 Subject: [PATCH] =?UTF-8?q?Update=20docs'=20html=5Ftheme=20value:=20defaul?= =?UTF-8?q?t=20=E2=86=92=20classic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New proposed default is 'alabaster', which looks nice but leaves less room to the core content. 'classic' replaces 'default'. Anyway readthedocs.org applies its own theme so this only impacts local builds. --- 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