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: 29228 Change-Id: I6b33864e93ae709c8030c7714e036a8ea0d65643 Signed-off-by: Kristal Dale <kristal.dale@intel.com>
This commit is contained in:
parent
729a8e7f36
commit
184aa62da3
@ -56,6 +56,9 @@ source_suffix = '.rst'
|
|||||||
# The master toctree document.
|
# The master toctree document.
|
||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
|
# General information about the project.
|
||||||
|
project = 'stx-ha'
|
||||||
|
|
||||||
# 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 = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user