diff options
author | Bin Meng | 2019-07-16 09:39:20 -0700 |
---|---|---|
committer | Tom Rini | 2019-07-24 14:15:37 -0400 |
commit | e766b2ea0aa887366f510074349b766eb5be98d6 (patch) | |
tree | dcf0ba8a475346e6785858cb8a5a647bb694830f /doc | |
parent | 98c0d49c3d52a44fd27648cdb7107632bb5f2600 (diff) |
doc: Add the U-Boot logo to the html doc
Now we have a logo for U-Boot, we can include it in the Sphinx
html doc.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 168c31346b6..0772fb6f0c8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -170,7 +170,7 @@ except ImportError: # The name of an image file (relative to this directory) to place at the top # of the sidebar. -#html_logo = None +html_logo = '../tools/logos/u-boot_logo.svg' # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 |