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:
J0J0 Todos 2023-10-23 09:51:36 +02:00
parent 9055abdba2
commit a6032cdaa9
2 changed files with 5 additions and 1 deletions

BIN
docs/assets/beets_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -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"