From d48327bf951ad83563071ae2fdbff0988c4871f6 Mon Sep 17 00:00:00 2001 From: Kristal Dale Date: Wed, 22 Jan 2020 11:31:58 -0800 Subject: [PATCH] Update project name in config and links - Update project name in link to release notes - Update project name in config for docs/releasenotes Story:2007193 Task:38351 Change-Id: Ic35002434bd3c3dd67a24d82834b2447d035cf63 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 9d5c7fa6..3d595e82 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -23,7 +23,7 @@ # -- Project information ----------------------------------------------------- -project = u'stx-tools' +project = u'StarlingX Tools' copyright = u'2018, StarlingX' author = u'StarlingX' diff --git a/doc/source/index.rst b/doc/source/index.rst index c41b1db0..a85651e7 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,6 +1,6 @@ -============================= -StarlingX Tools Documentation -============================= +======================= +StarlingX Tools Project +======================= The starlingx/tools project provides StarlingX build tools. @@ -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 10855304..d0871432 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 = u'stx-tools' +project = u'StarlingX Tools' # Release notes are version independent, no need to set version and release release = ''