From: Trevor Bramwell Date: Fri, 20 Apr 2018 19:14:48 +0000 (-0700) Subject: Set _static defaults for LF Projects X-Git-Tag: v0.2.1~1 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=6e8161865a71b2c8bbb6dcbc1f0e0d2d76c9c531;p=releng%2Fdocs-conf.git 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 --- 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