1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-19 19:01:03 +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"] 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