diff options
author | Rich Bennett <rb2745@att.com> | 2018-09-11 07:38:05 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2018-09-13 17:52:19 +0000 |
commit | 317d81a4037edb5cc11f03de92e330d0b05a4435 (patch) | |
tree | 1df6f5f1e03fda71f5fb0c47a762b20829ceb59b /docs/_templates/layout.html | |
parent | b50fdf99dd5ad90bcac5f59ff90e0770332e1c94 (diff) |
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 <rb2745@att.com>
Diffstat (limited to 'docs/_templates/layout.html')
-rw-r--r-- | docs/_templates/layout.html | 19 |
1 files changed, 19 insertions, 0 deletions
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 %} + <div class="ribbon"> + <a href="https://jira.onap.org/secure/CreateIssueDetails!init.jspa +?pid=10111 +&issuetype=10004 +&priority=2 +&description=version:+{{version}}%0Apage:+{{pagename}}%0A%0A" target="_blank"> + Report Issue + </a> + </div> + {{ super() }} +{% endblock %} |