From cb6923f1fb13235eb376d75e3debe268b16ac29f Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Fri, 2 Feb 2018 11:32:34 -0800 Subject: [PATCH] Update OPNFV Defaults Configures the theme and an extra theme option along with updating the copyright year and holder to match the current documentation. Change-Id: Ifff21bd9782112419b8c209fba8d27f1dd7b3a90 Signed-off-by: Trevor Bramwell --- docs_conf/defaults/opnfv.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs_conf/defaults/opnfv.yaml b/docs_conf/defaults/opnfv.yaml index 74e33f5..81a644d 100644 --- a/docs_conf/defaults/opnfv.yaml +++ b/docs_conf/defaults/opnfv.yaml @@ -3,7 +3,7 @@ project: OPNFV release: Latest version: Latest author: Open Platform for NFV -copyright: 2017, Open Platform for NFV. Licensed under CC BY 4.0 +copyright: 2018, OPNFV. Licensed under CC BY 4.0 needs_sphinx: '1.3' extensions: @@ -13,10 +13,11 @@ extensions: - sphinx.ext.viewcode todo_include_todos: false -html_theme: bootstrap +html_theme: opnfv html_theme_options: bootswatch_theme: journal navbar_sidebarrel: false + navbar_title: ' ' html_logo: _static/logo.png html_favicon: _static/favicon.ico html_static_path: -- 2.16.6