Merge "Add publish job for docs"
This commit is contained in:
commit
7999d5f689
@ -12,3 +12,6 @@
|
||||
- build-openstack-releasenotes
|
||||
- openstack-tox-pep8
|
||||
- openstack-tox-linters
|
||||
post:
|
||||
jobs:
|
||||
- publish-stx-tox
|
||||
|
@ -42,8 +42,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']
|
||||
@ -81,7 +82,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
|
||||
|
@ -1,15 +1,25 @@
|
||||
stx-gui Documentation
|
||||
=====================
|
||||
stx-integ Documentation
|
||||
=======================
|
||||
|
||||
StarlingX Integration and packaging
|
||||
StarlingX Integration and Packaging
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
Links
|
||||
=====
|
||||
|
||||
* Source: `stx-integ`_
|
||||
* Code Review: `Gerrit`_
|
||||
* Bugs: `Storyboard`_
|
||||
|
||||
Indices and tables
|
||||
.. _stx-integ: https://git.starlingx.io/cgit/stx-integ/
|
||||
.. _Gerrit: https://review.openstack.org/#/q/project:openstack/stx-integ
|
||||
.. _Storyboard: https://storyboard.openstack.org/#!/project/openstack/stx-integ
|
||||
|
||||
Indices and Tables
|
||||
==================
|
||||
|
||||
* :ref:`search`
|
||||
* :ref:`genindex`
|
||||
|
@ -93,7 +93,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
|
||||
|
Loading…
Reference in New Issue
Block a user