From 0096f44bd25695bc6f1608bf2041b028dcc170ff Mon Sep 17 00:00:00 2001 From: Kristal Dale Date: Wed, 22 Jan 2020 11:06:55 -0800 Subject: [PATCH] Update project name in configs/link - Update project name in link to release notes - Update project name in config for docs/releasenotes Story:2007193 Task:38345 Change-Id: Id18ed48a2e8c8b9d1828ef7b43d565a7e78869c1 Signed-off-by: Kristal Dale --- doc/source/conf.py | 2 +- doc/source/index.rst | 8 ++++---- releasenotes/source/conf.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 972c1bfb..ded6c00b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -23,7 +23,7 @@ # -- Project information ----------------------------------------------------- -project = 'stx-gui' +project = u'StarlingX GUI' copyright = '2018, StarlingX' author = 'StarlingX' diff --git a/doc/source/index.rst b/doc/source/index.rst index bcea127c..d3096cab 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,6 +1,6 @@ -=========================== -StarlingX GUI Documentation -=========================== +===================== +StarlingX GUI Project +===================== The starlingx/gui project provides Horizon plugins for new StarlingX services. @@ -11,7 +11,7 @@ Release notes .. toctree:: :maxdepth: 1 - Release notes + Release notes ----- Links diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index cd9ac7ba..b24d13a2 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -46,7 +46,7 @@ source_suffix = '.rst' # The master toctree document. master_doc = 'index' -project = 'stx-gui' +project = u'StarlingX GUI' # Release notes are version independent, no need to set version and release release = ''