diff --git a/docs/_static/logo-horo-transparent-dark.png b/docs/_static/logo-horo-transparent-dark.png new file mode 100644 index 000000000..b4fc9795c Binary files /dev/null and b/docs/_static/logo-horo-transparent-dark.png differ diff --git a/docs/_static/logo-horo-transparent.png b/docs/_static/logo-horo-transparent.png new file mode 100644 index 000000000..155394347 Binary files /dev/null and b/docs/_static/logo-horo-transparent.png differ diff --git a/docs/_static/logo-horo.svg b/docs/_static/logo-horo.svg deleted file mode 100644 index 3f040e6f0..000000000 --- a/docs/_static/logo-horo.svg +++ /dev/null @@ -1,185 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Ocean - Parcels - - diff --git a/docs/_static/logo-horo_dia.svg b/docs/_static/logo-horo_dia.svg deleted file mode 100644 index 9272f4f7c..000000000 --- a/docs/_static/logo-horo_dia.svg +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Ocean - - - - - Parcels - - - - - diff --git a/docs/conf.py b/docs/conf.py index 565dd603a..a29d7ab1c 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -190,8 +190,9 @@ html_static_path = ["_static"] html_theme_options = { "logo": { - "image_light": "logo-horo.svg", - "image_dark": "logo-horo_dia.svg", + "alt_text": "Parcels - Home", + "image_light": "logo-horo-transparent.png", + "image_dark": "logo-horo-transparent-dark.png", }, "use_edit_page_button": True, "github_url": "https://github.com/Parcels-code/parcels",