summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-02-07 17:41:27 +0100
committerSteve Sakoman <steve@sakoman.com>2025-02-24 07:00:54 -0800
commit975fa4831521d56a7e782b6cd0140d14a0f41b99 (patch)
treeb18aed5750b3a8b6d35494e5e81efb670a17c4ce /documentation
parent2b7619fe2b7728778809b2f258a9997ac8dce05d (diff)
downloadpoky-975fa4831521d56a7e782b6cd0140d14a0f41b99.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: 73119a723b48a4038479591f0443c5acb3d21337) 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')
-rw-r--r--documentation/conf.py1
-rw-r--r--documentation/sphinx-static/favicon.icobin0 -> 1291 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index 3969494377..74aacc18c5 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
138html_logo = 'sphinx-static/YoctoProject_Logo_RGB.jpg' 138html_logo = 'sphinx-static/YoctoProject_Logo_RGB.jpg'
139html_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