Add publish job for docs

Also set the theme to alabaster until starlingxdocs is ready

Change-Id: I5cc9b7203c5a28057783315da100b3caabf67e19
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
This commit is contained in:
Dean Troyer 2018-10-06 14:42:40 -05:00
parent 292c70a8bf
commit e489326a40
4 changed files with 20 additions and 6 deletions

View File

@ -14,6 +14,9 @@
- openstack-tox-linters - openstack-tox-linters
- openstack-tox-pep8 - openstack-tox-pep8
- stx-updates-pylint - stx-updates-pylint
post:
jobs:
- publish-stx-tox
- job: - job:
name: stx-updates-pylint name: stx-updates-pylint

View File

@ -42,8 +42,9 @@ release = u'0.1'
# Add any Sphinx extension module names here, as strings. They can be # Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones. # ones.
extensions = ['openstackdocstheme' extensions = [
] 'openstackdocstheme',
]
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']
@ -81,7 +82,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for # The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes. # 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 # 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 # further. For a list of options available for each theme, see the

View File

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

View File

@ -93,7 +93,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for # The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes. # 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 # 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 # further. For a list of options available for each theme, see the