diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index 7a5e250a7..0861f2520 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -42,7 +42,7 @@ master_doc = 'index' # General information about the project. repository_name = 'openstack/stx-docs' -project = u'stx-docs' +project = u'StarlingX' bug_project = 'starlingx' bug_tag = 'stx.docs' diff --git a/api-ref/source/index.rst b/api-ref/source/index.rst index d2b47e5b6..6f8f66a97 100644 --- a/api-ref/source/index.rst +++ b/api-ref/source/index.rst @@ -1,6 +1,6 @@ -======================= -stx-docs API Reference -======================= +============= +StarlingX API +============= StarlingX Project API References: @@ -22,4 +22,3 @@ StarlingX also has API References for the modified OpenStack APIs: api-ref-image-v2-cgcs-ext api-ref-networking-v2-cgcs-ext -:ref:`search` diff --git a/doc/setup.cfg b/doc/setup.cfg index 1c10d6514..43ae0004e 100644 --- a/doc/setup.cfg +++ b/doc/setup.cfg @@ -1,5 +1,4 @@ [metadata] -name = stx-docs summary = StarlingX Documentation author = StarlingX author-email = starlingx-discuss@lists.starlingx.io diff --git a/doc/source/conf.py b/doc/source/conf.py index 95970aac0..e45280617 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -21,7 +21,7 @@ import pbr.version # -- Project information ----------------------------------------------------- -project = 'stx-docs' +project = u'StarlingX' copyright = '2018, StarlingX' author = 'StarlingX'