From a6732cbe47aa811ce61a64911e1ce60a477204cd Mon Sep 17 00:00:00 2001 From: Kristal Dale Date: Wed, 30 Jan 2019 16:52:50 -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: 29231 Change-Id: Ibb4bea0f5559285a47693833e9ebb2e9290470f5 Signed-off-by: Kristal Dale --- releasenotes/source/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 14e9c916..e7dfe971 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -46,6 +46,9 @@ source_suffix = '.rst' # The master toctree document. master_doc = 'index' +# General information about the project. +project = u'stx-nfv' + # Release notes are version independent, no need to set version and release release = '' version = ''