diff --git a/docs/_static/logo-horo-transparent-dark.png b/docs/_static/logo-horo-transparent-dark.png new file mode 100644 index 0000000000..b4fc9795c8 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 0000000000..155394347b 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 3f040e6f04..0000000000 --- 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 9272f4f7c9..0000000000 --- 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 565dd603ab..a29d7ab1cd 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",