From b264de7d9468582acefc1ded85b3c8e9d29dabd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ricart?= Date: Mon, 17 Feb 2025 11:12:25 +0100 Subject: [PATCH] update conf.py --- source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/conf.py b/source/conf.py index 8841a28..0624e3b 100644 --- a/source/conf.py +++ b/source/conf.py @@ -35,5 +35,6 @@ html_css_files = [ ] html_theme_options = { 'navigation_depth': -1, + 'sticky_navigation': False, 'collapse_navigation': False, }