From def3e1d780d3d70de402af74edec3244d76e3cb0 Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Wed, 3 Jul 2024 10:14:05 +0200 Subject: [PATCH] modified config to move icons to header --- docs/source/conf.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index d99eba436..610189206 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -121,6 +121,18 @@ "icon": "fa-brands fa-slack", }, ], + "article_header_end": [ + "navbar-icon-links", + "article-header-buttons", + ], +} + +html_sidebars = { + "**": [ + "navbar-logo", + "search-button-field", + "sbt-sidebar-nav", + ], } html_title = "FESTIM Documentation"