From 87dfb5e9ead17cbe74d2c8e5c72c29fbd1f8ce80 Mon Sep 17 00:00:00 2001 From: Sharon Yates <30626642+sharoncy@users.noreply.github.com> Date: Mon, 27 May 2024 14:50:29 +0200 Subject: [PATCH] Update conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 06d6c24..f41ad16 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,7 +57,7 @@ # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] -html_logo = "EBRAINS_logo.png" +html_logo = "VisuAlign_logo.png" html_theme_options = { 'logo_only': True, 'display_version': False