diff --git a/doc/images/zp_favicon.png b/doc/_static/images/favicon.png similarity index 100% rename from doc/images/zp_favicon.png rename to doc/_static/images/favicon.png diff --git a/doc/conf.py b/doc/conf.py index 13218e3345c..8bb6bd416ae 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -124,7 +124,7 @@ html_theme_options = { } html_title = "Zephyr Project Documentation" html_logo = str(ZEPHYR_BASE / "doc" / "_static" / "images" / "logo.svg") -html_favicon = str(ZEPHYR_BASE / "doc" / "images" / "zp_favicon.png") +html_favicon = str(ZEPHYR_BASE / "doc" / "_static" / "images" / "favicon.png") html_static_path = [str(ZEPHYR_BASE / "doc" / "_static")] html_last_updated_fmt = "%b %d, %Y" html_domain_indices = False