From 39df76285e78163547c2e32fab1817a62a4e9223 Mon Sep 17 00:00:00 2001 From: "Bozawglanian, Hagop (hb755d)" Date: Mon, 15 Oct 2018 17:36:42 +0000 Subject: VNFRQTS - Updating local builds Issue-ID: VNFRQTS-463 Change-Id: I3c98e522b4b9804eee3cc8d03413f4d3e90e60c6 Signed-off-by: Bozawglanian, Hagop (hb755d) --- docs/_templates/layout.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/_templates/layout.html (limited to 'docs/_templates') diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html new file mode 100644 index 0000000..5784529 --- /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/ribbon.css'] %} + +{# Ribbon #} +{% block content %} + + {{ super() }} +{% endblock %} -- cgit 1.2.3-korg