mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-10 04:02:17 +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"]
|
html_static_path = ["_static"]
|
||||||
|
|
||||||
# Default alabaseter sidebars + localtoc
|
|
||||||
html_sidebars = {
|
html_sidebars = {
|
||||||
"**": [
|
"*": [
|
||||||
|
"about.html",
|
||||||
|
"navigation.html",
|
||||||
|
"relations.html",
|
||||||
|
"searchbox.html",
|
||||||
|
"donate.html",
|
||||||
|
],
|
||||||
|
"setup/**": [
|
||||||
"about.html",
|
"about.html",
|
||||||
"localtoc.html",
|
"localtoc.html",
|
||||||
"navigation.html",
|
"navigation.html",
|
||||||
"relations.html",
|
"relations.html",
|
||||||
"searchbox.html",
|
"searchbox.html",
|
||||||
"donate.html",
|
"donate.html",
|
||||||
]
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
html_domain_indices = False
|
html_domain_indices = False
|
||||||
|
Loading…
Reference in New Issue
Block a user