mirror of
https://github.com/beetbox/beets.git
synced 2026-01-29 19:43:20 +01:00
Restore recent html_theme value in docs/conf.py
The old value got restored in commit 86443c076 by mistake.
This commit is contained in:
parent
7f34c101d7
commit
7be7a78d5a
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