diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-02-07 17:41:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-18 15:47:37 +0000 |
commit | b26eee09dc8dc28c7844c92f47c5cfbf1697b6cb (patch) | |
tree | 012466a6bafcb3777309aba628433365ae96ca74 | |
parent | a1395636bb4d65c92511a51362b15fbb2c0e3c01 (diff) | |
download | poky-b26eee09dc8dc28c7844c92f47c5cfbf1697b6cb.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: e3ee43e6d70685a2404aae2d60557a42879b0bb1)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/conf.py | 1 | ||||
-rw-r--r-- | documentation/sphinx-static/favicon.ico | bin | 0 -> 1291 bytes |
2 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, |
diff --git a/documentation/sphinx-static/favicon.ico b/documentation/sphinx-static/favicon.ico new file mode 100644 index 0000000000..85a921e3ef --- /dev/null +++ b/documentation/sphinx-static/favicon.ico | |||
Binary files differ | |||