mirror of
https://github.com/beetbox/beets.git
synced 2026-02-22 23:33:50 +01:00
Set and configure Sphinx theme "pydata"
- Collapse nav - Add title "beets" next to small logo on top left
This commit is contained in:
parent
ff7d5f7c3a
commit
957a6e445c
1 changed files with 5 additions and 6 deletions
11
docs/conf.py
11
docs/conf.py
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue