Add publish job for docs

Also set the theme to alabaster until starlingxdocs is ready

Change-Id: I2d5d4456b3f21ea2c27f6e6b519170482f617fb5
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
This commit is contained in:
Dean Troyer 2018-10-06 10:04:34 -05:00 committed by Abraham Arce
parent b4d2ae3833
commit 30355b2cc4
4 changed files with 19 additions and 5 deletions

View File

@ -12,3 +12,6 @@
jobs:
- build-openstack-releasenotes
- 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

@ -7,9 +7,19 @@ StarlingX Distributed Cloud
:maxdepth: 2
:caption: Contents:
Links
=====
* Source: `stx-distcloud`_
* Code Review: `Gerrit`_
* Bugs: `Storyboard`_
Indices and tables
.. _stx-distcloud: https://git.starlingx.io/cgit/stx-distcloud/
.. _Gerrit: https://review.openstack.org/#/q/project:openstack/stx-distcloud
.. _Storyboard: https://storyboard.openstack.org/#!/project/openstack/stx-distcloud
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