From c9a8a312ab99fed05542410416c12e91e9573dc2 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sat, 14 Oct 2017 10:59:35 -0400 Subject: [PATCH] Add LF Logo Change-Id: Ia82ca35196630689f67f8b1b6fb5f2091a6e5c6d Signed-off-by: Thanh Ha --- docs/_static/lf-logo-small.png | Bin 0 -> 558 bytes docs/conf.py | 4 ++-- docs/favicon.ico | Bin 0 -> 2462 bytes 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 docs/_static/lf-logo-small.png create mode 100644 docs/favicon.ico diff --git a/docs/_static/lf-logo-small.png b/docs/_static/lf-logo-small.png new file mode 100644 index 0000000000000000000000000000000000000000..0796dacfe552b5f77594ae4058ce6f8d72cd8f06 GIT binary patch literal 558 zcmV+}0@3}6P)e7N_V^Zk-@4&4Ywm!fMR-Fh%qjJ5w-sgzcn0Wwx< ztLwA16;JDql+>89;i2K`V3XAfva_|77cXBU3;-Z+1_S_T#CSe+_j)-41i;f8VSq4T zCe6yV!3bo;inzbYc|8&lqy~XER4I?&zZs|I6v+4VTy1sv`<6YU*-SKWrF7$VrF1EL zJU;Sday0X2&tA=}t^cqtALMB@@!-zA>Q%*jx!9A}<~T9#?C}ezZVHPH3KUgC-GA;q zGU7gN96p`j?klM2Tg8$7;QX8ID=PZj>vKWz#n)Ok$XB@qfv>5fX#WVnh@0PxfSu%c z?IJ6WD!qeV^mgv^`^9Br1=I-yf;g=0#NT$4=H0JEuJwhb!r_|_pO(IEfT_caQo&K` z0KrL_?I#jjXGQi78aOzDr_qR0b3#DWv|8)%WjkJ|M_yas66+q8dj@p$ZegkZbB~$Z wZG>7q+d3G@whzt3aH+9!oPWyL=>IkU-%;AVxx0fi<^TWy07*qoM6N<$g8k?SlK=n! literal 0 HcmV?d00001 diff --git a/docs/conf.py b/docs/conf.py index b46d1492..5f16420c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -159,13 +159,13 @@ html_theme_path = sphinx_bootstrap_theme.get_html_theme_path() # The name of an image file (relative to this directory) to place at the top # of the sidebar. # -# html_logo = None +html_logo = '_static/lf-logo-small.png' # The name of an image file (relative to this directory) to use as a favicon of # the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. # -# html_favicon = None +html_favicon = '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/docs/favicon.ico b/docs/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..fc9eadbebd56765d84a3e79a32c69e9113c4c3e6 GIT binary patch literal 2462 zcmeHJ&nts*9R4DcTt~a%peV*gYw-{G2Uf(z?}Jj5Qp%57bC66jMI#3xxkygCElQ!a z+JTvaB+ar=X6Ai-pO@5X+xxz9=ktBP&+{}P^5n;25%Rl2Ocx7LCWNS# zkV~RLg6r7||7GkAC@CnZL{7+uP!t7k$yX#_U%v64dduBQ{w{HMg7}#m@xWq6JewAuwFl3WtyF$FH@PFr<%q0Q;>uf;|Cbw4YER3MPxdUbJfY`1r7y?ZYO(De#>UJ*Mr^x>Fxg(O+h63T2bm}I ze2+aJ{Y@tHH5FzApK*`gd>}t_kXgkZDx@#z&8+y^rzhW-t;|^V;5m#yPd@W9*@Nf! T336q>rcnOqhHU?ferx>$BV*m= literal 0 HcmV?d00001 -- 2.16.6