From 42bde58b6803ee827fa9cdbffb3d8e58e77bf399 Mon Sep 17 00:00:00 2001 From: Stefan Binder Date: Fri, 12 Apr 2024 16:59:02 +0200 Subject: [PATCH] Reduce number of items in header to 4 --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 7c93d2eca..af0571b80 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -157,7 +157,7 @@ "type": "fontawesome", }, ], - "header_links_before_dropdown": 6, + "header_links_before_dropdown": 4, "announcement": """This website is for version 5. You can find the documentation for version 4 here.""", "analytics": { "plausible_analytics_domain": "altair-viz.github.io",