diff --git a/docs/source/_static/images/logos/traced-flame-favicon.png b/docs/source/_static/images/logos/traced-flame-favicon.png new file mode 100644 index 0000000..f1f5088 Binary files /dev/null and b/docs/source/_static/images/logos/traced-flame-favicon.png differ diff --git a/docs/source/conf.py b/docs/source/conf.py index e7b13b3..e360711 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -66,7 +66,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = "sphinx_book_theme" -html_favicon = "_static/images/logos/traced-flame-icon.png" +html_favicon = "_static/images/logos/traced-flame-favicon.png" html_static_path = ["_static"] html_css_files = [ "css/style.css",