mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
docs: Reveal 3 nav levels in primary sidebar
and also allow a max level of 3 to expand.
This commit is contained in:
parent
33f1a5d0be
commit
fddda507ea
1 changed files with 6 additions and 1 deletions
|
|
@ -81,7 +81,12 @@ man_pages = [
|
|||
|
||||
|
||||
html_theme = "pydata_sphinx_theme"
|
||||
html_theme_options = {"collapse_navigation": True, "logo": {"text": "beets"}}
|
||||
html_theme_options = {
|
||||
"collapse_navigation": False,
|
||||
"logo": {"text": "beets"},
|
||||
"show_nav_level": 3, # How many levels in left sidebar to show automatically
|
||||
"navigation_depth": 4, # How many levels of navigation to expand
|
||||
}
|
||||
html_title = "beets"
|
||||
html_logo = "_static/beets_logo_nobg.png"
|
||||
html_static_path = ["_static"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue