diff options
author | Dean Troyer <dtroyer@gmail.com> | 2018-10-06 09:53:12 -0500 |
---|---|---|
committer | Dean Troyer <dtroyer@gmail.com> | 2018-10-06 09:53:12 -0500 |
commit | 4b2560dee006710bd67d3e7843ac8cdf0c8d98c8 (patch) | |
tree | 16c5393733cc4bc3e5d5579ef95dbf27fbbf4394 | |
parent | 914f002e412f361881cb230603026aaa9c62b044 (diff) |
Add publish job for docs
Also set the theme to alabaster until starlingxdocs is ready
Change-Id: I64b705d8f7f5236c0a6cf9a5da347a10eb71fe16
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
Notes
Notes (review):
Code-Review+2: Saul Wold <sgw@linux.intel.com>
Code-Review+1: Abraham Arce <abraham.arce.moreno@intel.com>
Workflow+1: Dean Troyer <dtroyer@gmail.com>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Fri, 12 Oct 2018 18:46:32 +0000
Reviewed-on: https://review.openstack.org/608408
Project: openstack/stx-clients
Branch: refs/heads/master
-rw-r--r-- | .zuul.yaml | 3 | ||||
-rw-r--r-- | doc/source/conf.py | 7 | ||||
-rw-r--r-- | doc/source/index.rst | 12 | ||||
-rw-r--r-- | releasenotes/source/conf.py | 2 |
4 files changed, 19 insertions, 5 deletions
@@ -12,3 +12,6 @@ | |||
12 | - build-openstack-releasenotes | 12 | - build-openstack-releasenotes |
13 | - openstack-tox-linters | 13 | - openstack-tox-linters |
14 | - openstack-tox-pep8 | 14 | - openstack-tox-pep8 |
15 | post: | ||
16 | jobs: | ||
17 | - publish-stx-tox | ||
diff --git a/doc/source/conf.py b/doc/source/conf.py index 4f2b125..5f2b3ed 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py | |||
@@ -42,8 +42,9 @@ release = u'0.1' | |||
42 | # Add any Sphinx extension module names here, as strings. They can be | 42 | # Add any Sphinx extension module names here, as strings. They can be |
43 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom | 43 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
44 | # ones. | 44 | # ones. |
45 | extensions = ['openstackdocstheme' | 45 | extensions = [ |
46 | ] | 46 | 'openstackdocstheme', |
47 | ] | ||
47 | 48 | ||
48 | # Add any paths that contain templates here, relative to this directory. | 49 | # Add any paths that contain templates here, relative to this directory. |
49 | templates_path = ['_templates'] | 50 | templates_path = ['_templates'] |
@@ -81,7 +82,7 @@ pygments_style = 'sphinx' | |||
81 | # The theme to use for HTML and HTML Help pages. See the documentation for | 82 | # The theme to use for HTML and HTML Help pages. See the documentation for |
82 | # a list of builtin themes. | 83 | # a list of builtin themes. |
83 | # | 84 | # |
84 | html_theme = 'openstackdocs' | 85 | html_theme = 'alabaster' |
85 | 86 | ||
86 | # Theme options are theme-specific and customize the look and feel of a theme | 87 | # Theme options are theme-specific and customize the look and feel of a theme |
87 | # further. For a list of options available for each theme, see the | 88 | # further. For a list of options available for each theme, see the |
diff --git a/doc/source/index.rst b/doc/source/index.rst index 1c6033d..e2e0185 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst | |||
@@ -7,9 +7,19 @@ StarlingX Client Libraries | |||
7 | :maxdepth: 2 | 7 | :maxdepth: 2 |
8 | :caption: Contents: | 8 | :caption: Contents: |
9 | 9 | ||
10 | Links | ||
11 | ===== | ||
10 | 12 | ||
13 | * Source: `stx-clients`_ | ||
14 | * Code Review: `Gerrit`_ | ||
15 | * Bugs: `Storyboard`_ | ||
11 | 16 | ||
12 | Indices and tables | 17 | .. _stx-clients: https://git.starlingx.io/cgit/stx-clients/ |
18 | .. _Gerrit: https://review.openstack.org/#/q/project:openstack/stx-clients | ||
19 | .. _Storyboard: https://storyboard.openstack.org/#!/project/openstack/stx-clients | ||
20 | |||
21 | Indices and Tables | ||
13 | ================== | 22 | ================== |
14 | 23 | ||
15 | * :ref:`search` | 24 | * :ref:`search` |
25 | * :ref:`genindex` | ||
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 2a77f88..d6b4b40 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py | |||
@@ -93,7 +93,7 @@ pygments_style = 'sphinx' | |||
93 | 93 | ||
94 | # The theme to use for HTML and HTML Help pages. See the documentation for | 94 | # The theme to use for HTML and HTML Help pages. See the documentation for |
95 | # a list of builtin themes. | 95 | # a list of builtin themes. |
96 | html_theme = 'openstackdocs' | 96 | html_theme = 'alabaster' |
97 | 97 | ||
98 | # Theme options are theme-specific and customize the look and feel of a theme | 98 | # Theme options are theme-specific and customize the look and feel of a theme |
99 | # further. For a list of options available for each theme, see the | 99 | # further. For a list of options available for each theme, see the |