From 3a42b8022853f4dda296b8be75062acb2091bfc5 Mon Sep 17 00:00:00 2001 From: "Pablo R. Mier" Date: Sat, 31 Aug 2024 12:15:34 +0200 Subject: [PATCH] Update docs conf --- docs/_static/switcher.json | 4 ++-- docs/conf.py | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index 27e13a5e..c07bf45c 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -1,11 +1,11 @@ [ { - "name": "experimental", + "name": "dev1", "version": "1.0.0.dev1", "url": "https://saezlab.github.io/corneto/dev/" }, { - "name": "latest (dev)", + "name": "dev0", "version": "1.0.0.dev0", "url": "https://saezlab.github.io/corneto/main/", "preferred": true diff --git a/docs/conf.py b/docs/conf.py index de5c9aea..f0d54b90 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -122,6 +122,9 @@ html_theme_options = { "primary_sidebar_end": ["sidebar-ethical-ads"], + "header_links_before_dropdown": 4, + "show_toc_level": 1, + "navbar_align": "left", "switcher": { "json_url": "https://saezlab.github.io/corneto/main/_static/switcher.json", "version_match": corneto.__version__,