Update docs' html_theme value: default → classic

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.
This commit is contained in:
Bruno Cauet 2015-03-11 11:08:40 +01:00
parent ee6fba1e82
commit e71caded81

View file

@ -23,7 +23,7 @@ extlinks = {
}
# Options for HTML output
html_theme = 'default'
html_theme = 'classic'
htmlhelp_basename = 'beetsdoc'
# Options for LaTeX output