Message ID | 20250207-favicon-v1-1-d7ce8c097c87@bootlin.com |
---|---|
State | Under Review |
Headers | show |
Series | Add favicon for the documentation html | expand |
diff --git a/documentation/conf.py b/documentation/conf.py index b0e7c91eb..477e75112 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, diff --git a/documentation/sphinx-static/favicon.ico b/documentation/sphinx-static/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..85a921e3ef368a361f06b60a4e43382fd3ac31a3
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. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- Sphinx doc: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_favicon --- documentation/conf.py | 1 + documentation/sphinx-static/favicon.ico | Bin 0 -> 1291 bytes 2 files changed, 1 insertion(+) GIT binary patch literal 1291 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rIkMV7ihT;hE;?sl~tn6ys!IVB}<A zgsNjiVhcgpAUP>0+XKj!Mq+C~*&x%67?~JEfOHiQ3o}8?1nJFeX91hv2V~y?Vj}}1 zQ!4`_D+6-{Lvt%*ATncM13HeKfdwdQU}R*-I1$2TWMXDuSO66_G%#RXfH0K_$_Dw4 z8Ho+#0!?FPWCq&_G?ys1GcrNks0DN|6O_FQ<ai+Xf8+lH1_3WOPd5fepb#U-;QzN7 zoEcb|Sy)(@S%CyAD=Qm24+lFC@N;u>@(A(^2?_EG3JQzKhzpBIi3$ozC`w4l%F4^j z3yUkMD9NeF$jQrr3}FOnWoKjO<KW<v6A=`VBN_ZZz#zy0jAH?2MkNL&K}Kdl#{Wkc z#DReVbw0!s3{1>y>_7=s0R|=pHYO%UR;V}wFpybT*#w0c6xl@_l?<H%lYq)ZKt4qQ zU{eLrO=Vydbo_sdfd^<AlOVGogFVApo7!BjyH`$~6?5Zp-xVa~dufWxp|eV*Qf$lD zepS5kpMj+?&Uw+Lm(x|AYTeIIVwH*$+4JXO566s|@ykqH*gxKx%8<VF{CU0uJ2b^+ zx$jV1^XBMz4jZkgjMch2v8LZ7H*dCT%MF$|$7wG!(NbN<TYjhdCja+cv-lqVzj^bH zSOd_}%*9TgAsieWw;%dH0LIs2PZ!4!jfu6B3_GM8McVG4S@Z5~TDap)4l^Z=rnko~ z#T_~3cKU=_R&sLs)Us}F$CwS*&F1=E3%Rw#v`T%6fR3;M*S%FQ-t7^&m-)pb&e-7n z|9kd(es->V4YaC7z=`9zOx&xlybKqL^Y`Dk?)$v`R%z_<LV=HB3#Pm)+wG&4JZstc z=a1(YA2XZnyD}upL~7k@A*Vc9zeP26^G`qBc3bzkjR@D(tgR_Vl{RvmiXRSLm>d;2 z<zRw=4BzUjSr#&J>#rY8GL+z{+p~Z96egvr<J#;D0xSnN>G)peYHiZ!YD>Ja?eB*l z8mEQSd-h&ruw>YfVZz1Gq0#jyX`_dV(9N8%%UepU?&g@)ufKNY_UiZd_UqQ%`uF3N z?cZG%3XAT)e_vv?NoV@$r*-@7XZoagIvwJ(m!G$<{@HKSg@;%l%<-ONGW%@KZMKHE z^~WWgpSbL}t-nuqf6as4q5+OO-gF0DFAWX7T3Tx&<-0uCHPCOrTTS^9b>=FDib4w+ zzSB=P1+6@iWO#a$#@;Oqf)}dqovo}<5n6fubz9<=sI?y})~tHvt1*w!spEO&B8_dg z-&WY<%}U#T+t&VB>BQh4Hs`&U1_1-XZvN_3Rg>pyw_iReA>DtxXQP9{hxIqZ85mA% g>go6&&U`?=+2PJU{*%Ftz$jtxboFyt=akR{06~jz1poj5 literal 0 HcmV?d00001 --- base-commit: e2b6ee590a3a790b41636077e702724c9869d7f5 change-id: 20241227-favicon-7eb3accf7f9d Best regards,