From 0d55b7cab9fda36deb17f5d31f99a53d170467b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alban=20F=C3=A9ron?= Date: Sun, 24 Jan 2021 17:53:59 +0100 Subject: [PATCH] Docs: fix redundant navigation in sidebar --- docs/conf.py | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 01a4cd1..cf43a4b 100644 --- a/docs/conf.py +++ b/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