commit e0062e59ac3eaa2949455855800714af4b63a7a5
parent e45afe26bf9c6192baf6d04488c98264bdfa07ae
Author: Özgür Kesim <oec-taler@kesim.org>
Date: Sat, 13 Dec 2025 14:09:43 +0100
[sphinx] collapse_nav doesn't work
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/conf.py b/conf.py
@@ -153,7 +153,9 @@ html_theme = "sphinx_book_theme"
html_theme_options = {
# Set the name of the project to appear in the sidebar
"home_page_in_toc": True,
- "collapse_navbar": True,
+ # note[oec]: this doesn't work properly with the version of
+ # sphinx-book-theme on docs.taler.net:
+ # "collapse_navbar": True,
"logo": {
"alt_text": "GNU Taler",
"image_light": "images/taler-logo.svg",