diff --git a/_static/FinalLogo_Nov2024_Versions-01.svg b/_static/FinalLogo_Nov2024_Versions-01.svg new file mode 100644 index 00000000..5fe681e3 --- /dev/null +++ b/_static/FinalLogo_Nov2024_Versions-01.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/_static/FinalLogo_Nov2024_Versions-02.svg b/_static/FinalLogo_Nov2024_Versions-02.svg new file mode 100644 index 00000000..dc5eae89 --- /dev/null +++ b/_static/FinalLogo_Nov2024_Versions-02.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/logo/OpenMS.svg b/assets/logo/OpenMS.svg deleted file mode 100644 index 663a4ea4..00000000 --- a/assets/logo/OpenMS.svg +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/assets/logo/OpenMS_transparent_background.png b/assets/logo/OpenMS_transparent_background.png deleted file mode 100644 index d68635d7..00000000 Binary files a/assets/logo/OpenMS_transparent_background.png and /dev/null differ diff --git a/assets/logo/favicon.png b/assets/logo/favicon.png new file mode 100644 index 00000000..fef25f0e Binary files /dev/null and b/assets/logo/favicon.png differ diff --git a/docs/conf.py b/docs/conf.py index dc248cf2..03f737dc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -102,8 +102,8 @@ # html_theme = 'furo' -html_favicon = '../assets/logo/OpenMS_transparent_background.png' -html_logo = '../assets/logo/OpenMS_transparent_background.png' +html_static_path = ['../_static'] +html_favicon = '../assets/logo/favicon.png' html_theme_options = { "navigation_with_keys": True, "light_css_variables": { @@ -111,6 +111,8 @@ "font-size--small": "90%", "toc-font-size": "87.5%" }, + "light_logo": "FinalLogo_Nov2024_Versions-01.svg", + "dark_logo": "FinalLogo_Nov2024_Versions-02.svg", } pygments_style = 'sas' @@ -124,7 +126,6 @@ # Add any paths that contain custom static files (such as style sheets) here, # 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_css_files = [ 'css/custom.css',