From ed722700cdb9f806d5991f007a256477ef2aa2fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Thu, 14 Oct 2021 14:05:14 +0200 Subject: [PATCH] docs: Put the index menu item into a list prevent it from being styled as unfolded --- docs/_templates/layout.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 41713a109..498c0e6e9 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -2,5 +2,9 @@ {% block menu %} {{ super() }} - Keyword Index + {% endblock %}