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: 29223

Change-Id: Iad5b0e9d95f4ec6fdd9229758904e633928dc05d
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
This commit is contained in:
Kristal Dale 2019-01-30 16:47:27 -08:00
parent ff8ef3ea8a
commit 8ccf68184c
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ source_suffix = '.rst'
# The master toctree document.
master_doc = 'index'
# General information about the project.
project = 'stx-metal'
# Release notes are version independent, no need to set version and release
release = ''
version = ''