Try to fix it
All checks were successful
Build and Publish Site / docker (push) Successful in 2s

This commit is contained in:
2026-02-05 11:11:59 +01:00
parent 0c985b71f1
commit 6eb9a1df47

View File

@@ -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",