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 = ''