From 6e8161865a71b2c8bbb6dcbc1f0e0d2d76c9c531 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Fri, 20 Apr 2018 12:14:48 -0700 Subject: [PATCH] Set _static defaults for LF Projects 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 --- docs_conf/defaults/lfdocs.yaml | 3 +++ docs_conf/defaults/opendaylight.yaml | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/docs_conf/defaults/lfdocs.yaml b/docs_conf/defaults/lfdocs.yaml index ccc5cf2..5227262 100644 --- a/docs_conf/defaults/lfdocs.yaml +++ b/docs_conf/defaults/lfdocs.yaml @@ -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 diff --git a/docs_conf/defaults/opendaylight.yaml b/docs_conf/defaults/opendaylight.yaml index ecaab81..65c3a0b 100644 --- a/docs_conf/defaults/opendaylight.yaml +++ b/docs_conf/defaults/opendaylight.yaml @@ -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 -- 2.16.6