From 6e0337d5d25a442f35ec7c362ef90e1bcd81e836 Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Wed, 19 Jun 2024 10:30:58 -0400 Subject: [PATCH] custom configuration --- report/_config.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/report/_config.yml b/report/_config.yml index 10be113..e63d9f1 100644 --- a/report/_config.yml +++ b/report/_config.yml @@ -51,4 +51,16 @@ sphinx: tags_create_badges: True tags_extension : ["md"] tags_page_title : "All Tags" - suppress_warnings: ["etoc.toctree"] \ No newline at end of file + suppress_warnings: ["etoc.toctree"] + tags_badge_colors: { + "MMS": "success", + "MES": "success", + "*D": "secondary", + } + tags_index_head: "Cases categorised by tag" + tags_intro_text: "🏷 Tags:" + tags_overview_title: "🏷 Tags" + tags_page_header: "Cases with this tag" + tags_page_title: "🏷 Tag" + +