Add the publish job
We have the AFS volume and now a publish job, let's see if we can get from here to there. Include a docs change to ensure the jobs actually run. the web server is near, pending certificate installation. Change-Id: I325e97f0500e66b57b7d1cd2d2e81bee79c67f30 Signed-off-by: Dean Troyer <dtroyer@gmail.com>
This commit is contained in:
parent
97252e1fc8
commit
b003280698
@ -10,3 +10,6 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- build-openstack-api-ref
|
- build-openstack-api-ref
|
||||||
- openstack-tox-linters
|
- openstack-tox-linters
|
||||||
|
post:
|
||||||
|
jobs:
|
||||||
|
- publish-stx-docs
|
||||||
|
@ -6,6 +6,8 @@
|
|||||||
# full list see the documentation:
|
# full list see the documentation:
|
||||||
# http://www.sphinx-doc.org/en/master/config
|
# http://www.sphinx-doc.org/en/master/config
|
||||||
|
|
||||||
|
import pbr.version
|
||||||
|
|
||||||
# -- Path setup --------------------------------------------------------------
|
# -- Path setup --------------------------------------------------------------
|
||||||
|
|
||||||
# If extensions (or modules to document with autodoc) are in another directory,
|
# If extensions (or modules to document with autodoc) are in another directory,
|
||||||
@ -28,6 +30,17 @@ version = ''
|
|||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = ''
|
release = ''
|
||||||
|
|
||||||
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
|
# |version| and |release|, also used in various other places throughout the
|
||||||
|
# built documents.
|
||||||
|
#
|
||||||
|
version_info = pbr.version.VersionInfo('python-openstackclient')
|
||||||
|
#
|
||||||
|
# The short X.Y version.
|
||||||
|
version = version_info.version_string()
|
||||||
|
# The full version, including alpha/beta/rc tags.
|
||||||
|
release = version_info.release_string()
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|
||||||
@ -39,6 +52,7 @@ release = ''
|
|||||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||||
# ones.
|
# ones.
|
||||||
extensions = [
|
extensions = [
|
||||||
|
'openstackdocstheme',
|
||||||
]
|
]
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
@ -33,6 +33,14 @@ Specs
|
|||||||
|
|
||||||
Release Notes <http://docs.starlingx.io/specs>
|
Release Notes <http://docs.starlingx.io/specs>
|
||||||
|
|
||||||
|
Contributing
|
||||||
|
============
|
||||||
|
|
||||||
|
StarlingX utilized tooling and CI/CD environments from the OpenStack Foundation.
|
||||||
|
The source is hosted on `OpenStack's Gerrit server`_.
|
||||||
|
|
||||||
|
.. _`OpenStack's Gerrit server`: https://git.starlingx.io
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user