Set default logo location to _static/logo.png 21/8521/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 25 Jan 2018 02:08:49 +0000 (21:08 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 25 Jan 2018 02:09:27 +0000 (21:09 -0500)
Let's standardize to a simple location. Projects can override
this in their own paths.

Change-Id: I8992eb3629219a356631e211e954c080c5c52e83
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
docs_conf/defaults/lfdocs.yaml
docs_conf/defaults/opnfv.yaml

index 084e66e..678f3de 100644 (file)
@@ -19,7 +19,7 @@ exclude_patterns:
   - Thumbs.db
 todo_include_todos: False
 
-html_logo: _static/lf-logo-small.png
+html_logo: _static/logo.png
 html_theme: bootstrap
 html_theme_options:
   bootswatch_theme: cerulean
index 2ccbf63..8007ba4 100644 (file)
@@ -19,7 +19,7 @@ html_theme: bootstrap
 html_theme_options:
   bootswatch_theme: journal
   navbar_sidebarrel: False
-html_logo: _static/opnfv-logo.png
+html_logo: _static/logo.png
 html_favicon: _static/favicon.ico
 html_static_path:
   - _static