From 0a3a582b71ec208efedcd65a276ef04bee3691f9 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Fri, 7 Feb 2025 17:41:27 +0100 Subject: Add favicon for the documentation html Import the favicon from https://www.yoctoproject.org/, convert it to 16x16 (as per the Sphinx documentation) to make a 1291B image of the Yocto logo. (From yocto-docs rev: 2631fc95a6528a5c6f0048087c102e0649afc551) Signed-off-by: Antonin Godard (cherry picked from commit e3ee43e6d70685a2404aae2d60557a42879b0bb1) Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- documentation/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'documentation/conf.py') diff --git a/documentation/conf.py b/documentation/conf.py index b0e7c91eb5..477e75112a 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -136,6 +136,7 @@ except ImportError: sys.exit(1) html_logo = 'sphinx-static/YoctoProject_Logo_RGB.jpg' +html_favicon = 'sphinx-static/favicon.ico' # 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, -- cgit v1.2.3-54-g00ecf