Add publish job for docs

Also set the theme to alabaster until starlingxdocs is ready

Change-Id: Ie4e031c536836c558c26c8c87b09f3e04b207f83
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
This commit is contained in:
Dean Troyer 2018-10-06 14:14:27 -05:00
parent 24cd0141ae
commit b8a91c5ed6
4 changed files with 20 additions and 6 deletions

View File

@ -14,3 +14,6 @@
- build-openstack-releasenotes
- openstack-tox-pep8
- openstack-tox-linters
post:
jobs:
- publish-stx-tox

View File

@ -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

View File

@ -1,5 +1,5 @@
stx-ha Documentation
=======================
====================
StarlingX High Availability / Process Monitoring / Service Management
@ -7,9 +7,19 @@ StarlingX High Availability / Process Monitoring / Service Management
:maxdepth: 2
:caption: Contents:
Links
=====
* Source: `stx-ha`_
* Code Review: `Gerrit`_
* Bugs: `Storyboard`_
Indices and tables
.. _stx-ha: https://git.starlingx.io/cgit/stx-ha/
.. _Gerrit: https://review.openstack.org/#/q/project:openstack/stx-ha
.. _Storyboard: https://storyboard.openstack.org/#!/project/openstack/stx-ha
Indices and Tables
==================
* :ref:`search`
* :ref:`genindex`

View File

@ -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