From 317d81a4037edb5cc11f03de92e330d0b05a4435 Mon Sep 17 00:00:00 2001 From: Rich Bennett Date: Tue, 11 Sep 2018 07:38:05 -0400 Subject: Switch theme and add report issue Switch to sphinx_rtd_theme Add report issue in Jira with current page/release context Change-Id: Ie237ee4d084f2b8bd025acc7499d19563f6e3e68 Issue-ID: DOC-310 Signed-off-by: Rich Bennett --- docs/_templates/layout.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/_templates/layout.html (limited to 'docs/_templates/layout.html') diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html new file mode 100644 index 000000000..ba05e829f --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,19 @@ +{# Import the theme's layout. #} +{% extends "!layout.html" %} + +{# Custom CSS override for warning banner #} +{% set css_files = css_files + ['_static/css/warning-header.css'] %} + +{# Ribbon #} +{% block content %} + + {{ super() }} +{% endblock %} -- cgit 1.2.3-korg