Set and configure Sphinx theme "pydata"

- Collapse nav
- Add title "beets" next to small logo on top left
This commit is contained in:
J0J0 Todos 2023-10-21 10:39:56 +02:00
parent ff7d5f7c3a
commit 957a6e445c

View file

@ -59,14 +59,13 @@ man_pages = [
),
]
# Options for rtd theme
html_theme = 'sphinx_rtd_theme'
# Options for pydata theme
html_theme = 'pydata_sphinx_theme'
html_theme_options = {
'sticky_navigation': True,
'collapse_navigation': True,
"style_nav_header_background": "#ffffff",
'logo_only': False,
'display_version': True,
"logo": {
"text": "beets",
},
}
html_title = "beets"
html_logo = "assets/beets_logo.png"