diff --git a/docs/_static/images/custom_logo.png b/docs/_static/images/custom_logo.png deleted file mode 100644 index 0b1bfd1..0000000 Binary files a/docs/_static/images/custom_logo.png and /dev/null differ diff --git a/docs/_static/images/snews_logo_bkg_dark.png b/docs/_static/images/snews_logo_bkg_dark.png new file mode 100644 index 0000000..43afdcf Binary files /dev/null and b/docs/_static/images/snews_logo_bkg_dark.png differ diff --git a/docs/_static/images/snews_logo_bkg_light.png b/docs/_static/images/snews_logo_bkg_light.png new file mode 100644 index 0000000..821d963 Binary files /dev/null and b/docs/_static/images/snews_logo_bkg_light.png differ diff --git a/docs/conf.py b/docs/conf.py index 9826f74..340699a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -114,7 +114,7 @@ def setup(app): html_theme = 'sphinx_rtd_theme' html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] -html_logo = "./_static/images/custom_logo.png" +html_logo = "./_static/images/snews_logo_bkg_dark.png" html_theme_options = { 'logo_only': True, 'display_version': True,