mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-09 19:52:16 +00:00
Docs: fix redundant navigation in sidebar
This commit is contained in:
parent
a94cc0e069
commit
0d55b7cab9
12
docs/conf.py
12
docs/conf.py
@ -32,16 +32,22 @@ html_theme_options = {
|
||||
}
|
||||
html_static_path = ["_static"]
|
||||
|
||||
# Default alabaseter sidebars + localtoc
|
||||
html_sidebars = {
|
||||
"**": [
|
||||
"*": [
|
||||
"about.html",
|
||||
"navigation.html",
|
||||
"relations.html",
|
||||
"searchbox.html",
|
||||
"donate.html",
|
||||
],
|
||||
"setup/**": [
|
||||
"about.html",
|
||||
"localtoc.html",
|
||||
"navigation.html",
|
||||
"relations.html",
|
||||
"searchbox.html",
|
||||
"donate.html",
|
||||
]
|
||||
],
|
||||
}
|
||||
|
||||
html_domain_indices = False
|
||||
|
Loading…
Reference in New Issue
Block a user