From 43f5fc1c859f87606c3f51a62d0dd69897dbc804 Mon Sep 17 00:00:00 2001 From: Kristal Dale Date: Thu, 31 Jan 2019 15:04:34 -0800 Subject: [PATCH] Update config for release notes to include project name 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: 29224 Change-Id: I4fdfd26afa9e2b654d0488d748364e54ca70edc5 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 d56471d..01761ba 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 = 'stx-clients' + # Release notes are version independent, no need to set version and release release = '' version = ''