Set _static defaults for LF Projects 86/10186/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 20 Apr 2018 19:14:48 +0000 (12:14 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 20 Apr 2018 19:14:48 +0000 (12:14 -0700)
Commit: 255554fd868f98da0b8e3a7b9cec959cc7945b59 change the defaults for
'html_favicon', 'html_static_path', and 'html_logo', but did not push
them into LF projects that use them.

Change-Id: I46b5256485443905a520c959e217297901548039
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
docs_conf/defaults/lfdocs.yaml
docs_conf/defaults/opendaylight.yaml

index ccc5cf2..5227262 100644 (file)
@@ -19,7 +19,10 @@ exclude_patterns:
   - Thumbs.db
 todo_include_todos: false
 
+html_favicon: favicon.ico
 html_logo: _static/logo.png
+html_static_path:
+  - _static
 html_theme: bootstrap
 html_theme_options:
   bootswatch_theme: cerulean
index ecaab81..65c3a0b 100644 (file)
@@ -20,6 +20,10 @@ exclude_patterns:
   - Thumbs.db
 todo_include_todos: false
 
+html_favicon: favicon.ico
+html_logo: _static/logo.png
+html_static_path:
+  - _static
 html_theme: bootstrap
 html_theme_options:
   bootswatch_theme: united