From 87c482480137dbaf99e75b90f1f7899508e6a80a Mon Sep 17 00:00:00 2001 From: "Bozawglanian, Hagop (hb755d)" Date: Wed, 3 Oct 2018 20:15:47 +0000 Subject: VNFRQTS - Updating Test Case text Issue-ID: VNFRQTS-450 Change-Id: I368ddede947bf480fe76bf17ef7bd5916890d243 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..ba05e82 --- /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