From 3bcfdfe719ae07ef2747b42b69bb1e7840daf619 Mon Sep 17 00:00:00 2001 From: "Bozawglanian, Hagop (hb755d)" Date: Mon, 8 Oct 2018 22:59:16 +0000 Subject: VNFRQTS - Updating hierarchy of guidelines Changing the hierarchy to remove redundancy as well as add new theme for local changes. Issue-ID: VNFRQTS-462 Change-Id: Ifa54877fe48572ea24768b9e4b68f9f0ed5438ae 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