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