From 690f1855ad3e69c7f00f096504226d2f6e3471a7 Mon Sep 17 00:00:00 2001 From: Sarah M Brown Date: Sat, 16 Mar 2024 09:57:25 -0400 Subject: [PATCH] increase menu size for join to show --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 5cc2bb6..0155e50 100644 --- a/conf.py +++ b/conf.py @@ -57,7 +57,7 @@ html_theme = 'pydata_sphinx_theme' html_theme_options = { - "header_links_before_dropdown": 6, + "header_links_before_dropdown": 8, "github_url": "https://github.com/ml4sts/", "twitter_url": "https://twitter.com/ml4sts", "search_bar_text": "Search",