1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-19 10:51:04 +00:00

Docs: fix redundant navigation in sidebar

This commit is contained in:
Alban Féron 2021-01-24 17:53:59 +01:00
parent a94cc0e069
commit 0d55b7cab9
No known key found for this signature in database
GPG Key ID: 8CE0313646D16165

View File

@ -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