From 6eb9a1df4791428586ad9c8aa0f8d61a7144373f Mon Sep 17 00:00:00 2001 From: Elke Zimoch Date: Thu, 5 Feb 2026 11:11:59 +0100 Subject: [PATCH] Try to fix it --- zensical.toml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/zensical.toml b/zensical.toml index 8296278..b4735de 100644 --- a/zensical.toml +++ b/zensical.toml @@ -28,17 +28,6 @@ copyright = """ Copyright © 2026 Paul Scherrer Institute """ -# Zensical supports both implicit navigation and explicitly defined navigation. -# If you decide not to define a navigation here then Zensical will simply -# derive the navigation structure from the directory structure of your -# "docs_dir". The definition below demonstrates how a navigation structure -# can be defined using TOML syntax. -# -# Read more: https://zensical.org/docs/setup/navigation/ -# nav = [ -# { "Home" = "index.md" }, -# { "Official EPICS documentation" = "https://docs.epics-controls.org/en/latest/"} -# ] # ---------------------------------------------------------------------------- # Section for configuring theme options @@ -82,12 +71,6 @@ features = [ # at the same time when the user chooses their language in one. "content.tabs.link", - # When tabs are enabled, top-level sections are rendered in a menu layer - # below the header - # When sticky tabs are enabled, navigation tabs will lock below the header - # and always remain visible when scrolling down. - #"navigation.tabs", - #"navigation.tabs.sticky" "content.tooltips",