diff --git a/.zuul.yaml b/.zuul.yaml index 941fc7a052..1078231db9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -24,6 +24,9 @@ - controllerconfig-tox-py27 - controllerconfig-tox-pylint - configutilities-tox-flake8 + post: + jobs: + - publish-stx-tox - job: name: sysinv-tox-py27 diff --git a/doc/source/conf.py b/doc/source/conf.py index 52e62acc3f..768378b8a2 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -40,8 +40,9 @@ release = u'0.1' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ['openstackdocstheme' - ] +extensions = [ + 'openstackdocstheme', +] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -79,7 +80,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'openstackdocs' +html_theme = 'alabaster' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the diff --git a/doc/source/index.rst b/doc/source/index.rst index 7428bfd047..228a79c0fa 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -7,9 +7,19 @@ StarlingX System Configuration Management :maxdepth: 2 :caption: Contents: +Links +===== +* Source: `stx-config`_ +* Code Review: `Gerrit`_ +* Bugs: `Storyboard`_ -Indices and tables +.. _stx-config: https://git.starlingx.io/cgit/stx-config/ +.. _Gerrit: https://review.openstack.org/#/q/project:openstack/stx-config +.. _Storyboard: https://storyboard.openstack.org/#!/project/openstack/stx-config + +Indices and Tables ================== * :ref:`search` +* :ref:`genindex` diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 14b2f438c9..082aa0cdf1 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -103,7 +103,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'openstackdocs' +html_theme = 'alabaster' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the