diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-02-07 17:41:27 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-02-21 06:25:06 -0800 |
commit | f899c284d4c52b89154884f2e612aa9b52aeb82f (patch) | |
tree | 13a7d8fe332acfe6723e16651bed0b921029241f /documentation/conf.py | |
parent | 6147489ce554c92a8f131108e90ca479452e2d3a (diff) | |
download | poky-f899c284d4c52b89154884f2e612aa9b52aeb82f.tar.gz |
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: 14de49a1ec6d725764e2a968edd3386252e826fe)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit e3ee43e6d70685a2404aae2d60557a42879b0bb1)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/conf.py')
-rw-r--r-- | documentation/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
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: | |||
136 | sys.exit(1) | 136 | sys.exit(1) |
137 | 137 | ||
138 | html_logo = 'sphinx-static/YoctoProject_Logo_RGB.jpg' | 138 | html_logo = 'sphinx-static/YoctoProject_Logo_RGB.jpg' |
139 | html_favicon = 'sphinx-static/favicon.ico' | ||
139 | 140 | ||
140 | # Add any paths that contain custom static files (such as style sheets) here, | 141 | # Add any paths that contain custom static files (such as style sheets) here, |
141 | # relative to this directory. They are copied after the builtin static files, | 142 | # relative to this directory. They are copied after the builtin static files, |