From b609ae885b2d16cf75184c243cec0122a4a70171 Mon Sep 17 00:00:00 2001 From: Amrit Krishnan Date: Wed, 5 Jun 2024 12:31:48 -0400 Subject: [PATCH] Fix sidebar title in doc (#56) --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ce76fe7..a64fa96 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -90,7 +90,7 @@ # a list of builtin themes. # html_theme = "furo" -html_title = "Vector AI Engineering template repository" +html_title = "FLorist" html_theme_options = { "dark_css_variables": { "color-brand-primary": "#faad1a",