mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Add beets logo to docs
and leave html_static_path commented out in conf.py as a reminder. We might need it if builds via readthedocs require it.
This commit is contained in:
parent
9055abdba2
commit
a6032cdaa9
2 changed files with 5 additions and 1 deletions
BIN
docs/assets/beets_logo.png
Normal file
BIN
docs/assets/beets_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
|
|
@ -60,4 +60,8 @@ man_pages = [
|
|||
]
|
||||
|
||||
# Options for Alabaster theme
|
||||
html_theme_options = {"fixed_sidebar": True}
|
||||
html_theme_options = {
|
||||
"fixed_sidebar": True
|
||||
}
|
||||
# html_static_path = ['assets']
|
||||
html_logo = "assets/beets_logo.png"
|
||||
|
|
|
|||
Loading…
Reference in a new issue