diff --git a/_static/fornax_favicon.ico b/_static/fornax_favicon.ico new file mode 100644 index 00000000..d1353e06 Binary files /dev/null and b/_static/fornax_favicon.ico differ diff --git a/_static/fornax_logo.png b/_static/fornax_logo.png index e34af30f..ea487b6d 100644 Binary files a/_static/fornax_logo.png and b/_static/fornax_logo.png differ diff --git a/conf.py b/conf.py index 630ee78b..51f2650d 100644 --- a/conf.py +++ b/conf.py @@ -47,7 +47,7 @@ html_theme = 'sphinx_book_theme' html_title = 'Fornax Demo Notebooks' html_logo = '_static/fornax_logo.png' -#html_favicon = '_static/favicon.ico' +html_favicon = '_static/fornax_favicon.ico' html_theme_options = { "github_url": "https://github.com/nasa-fornax/fornax-demo-notebooks", "repository_url": "https://github.com/nasa-fornax/fornax-demo-notebooks",