diff --git a/docs/source/_static/benchmarl_logo.png b/docs/source/_static/benchmarl_logo.png new file mode 100644 index 00000000..1a17f5ca Binary files /dev/null and b/docs/source/_static/benchmarl_logo.png differ diff --git a/docs/source/conf.py b/docs/source/conf.py index 1f0232c7..94bc9b41 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,6 +26,12 @@ intersphinx_disabled_domains = ["std"] templates_path = ["_templates"] +html_static_path = ["_static"] + +html_logo = "_static/benchmarl_logo.png" +html_theme_options = { + "logo_only": True, +} # -- Options for HTML output