From 750b102ed510f918c143f676785cb0148624625f Mon Sep 17 00:00:00 2001 From: Kristal Dale Date: Wed, 30 Jan 2019 16:40:20 -0800 Subject: [PATCH] Update config Update conf.py for release notes to include the project variable, set to the project name. This is so the string above the left nav renders the project name. Story: 2004900 Task: 29230 Change-Id: Ib112654387cd8873f805ede225df1bf3e292c697 Signed-off-by: Kristal Dale --- releasenotes/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 55a1d27c8..ee30d0c17 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -46,6 +46,8 @@ source_suffix = '.rst' # The master toctree document. master_doc = 'index' +project = u'stx-integ' + # Release notes are version independent, no need to set version and release release = '' version = ''