mirror of
https://github.com/beetbox/beets.git
synced 2026-01-10 18:07:00 +01:00
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:
parent
ee6fba1e82
commit
e71caded81
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ extlinks = {
|
|||
}
|
||||
|
||||
# Options for HTML output
|
||||
html_theme = 'default'
|
||||
html_theme = 'classic'
|
||||
htmlhelp_basename = 'beetsdoc'
|
||||
|
||||
# Options for LaTeX output
|
||||
|
|
|
|||
Loading…
Reference in a new issue