From: Thanh Ha Date: Sat, 14 Oct 2017 14:59:35 +0000 (-0400) Subject: Add LF Logo X-Git-Tag: v0.10.0~2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F74%2F6874%2F3;p=releng%2Flftools.git Add LF Logo Change-Id: Ia82ca35196630689f67f8b1b6fb5f2091a6e5c6d Signed-off-by: Thanh Ha --- diff --git a/docs/_static/lf-logo-small.png b/docs/_static/lf-logo-small.png new file mode 100644 index 00000000..0796dacf Binary files /dev/null and b/docs/_static/lf-logo-small.png differ 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 00000000..fc9eadbe Binary files /dev/null and b/docs/favicon.ico differ