diff --git a/Docs/conf.py b/Docs/conf.py index b1d5a9f..5383097 100644 --- a/Docs/conf.py +++ b/Docs/conf.py @@ -57,3 +57,8 @@ # 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_theme_options = { + 'logo_only': True, + 'display_version': False +}