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 <kristal.dale@intel.com>
This commit is contained in:
Kristal Dale 2019-01-31 15:04:34 -08:00
parent 320c914b3f
commit 43f5fc1c85
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ source_suffix = '.rst'
# The master toctree document. # The master toctree document.
master_doc = 'index' master_doc = 'index'
project = 'stx-clients'
# Release notes are version independent, no need to set version and release # Release notes are version independent, no need to set version and release
release = '' release = ''
version = '' version = ''