Publish docs to openstack site

This patch adds a job to publish the documentation, and
also fixes the bug tracker links to point to Storyboard
instead of Launchpad.

Change-Id: I3929916c9a0d125389517707df35efa6e62e7ec8
This commit is contained in:
Douglas Mendizábal 2020-06-10 15:54:06 -05:00
parent c603b4613a
commit 3a78a74342
5 changed files with 5 additions and 7 deletions

View File

@ -1,5 +1,5 @@
- project:
templates:
- build-openstack-docs-pti
- publish-openstack-docs-pti
gate:
queue: barbican

View File

@ -6,7 +6,7 @@ Barbican User Interface
* Free software: Apache license
* Source: http://opendev.org/openstack/barbican-ui
* Bugs: http://bugs.launchpad.net/barbican-ui
* Bugs: https://storyboard.openstack.org/#!/project/openstack/barbican-ui
Features
--------

View File

@ -139,8 +139,7 @@ html_theme = 'openstackdocs'
# openstackdocstheme options
openstackdocs_repo_name = 'openstack/barbican-ui'
openstackdocs_auto_name = False
openstackdocs_bug_project = 'barbican-ui'
openstackdocs_bug_tag = ''
openstackdocs_use_storyboard = True
# 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

@ -6,7 +6,7 @@ Barbican User Interface
* Free software: Apache license
* Source: http://opendev.org/openstack/barbican-ui
* Bugs: http://bugs.launchpad.net/barbican-ui
* Bugs: https://storyboard.openstack.org/#!/project/openstack/barbican-ui
Features
--------

View File

@ -102,8 +102,7 @@ html_theme = 'openstackdocs'
# openstackdocstheme options
openstackdocs_repo_name = 'openstack/barbican-ui'
openstackdocs_auto_name = False
openstackdocs_bug_project = 'barbican-ui'
openstackdocs_bug_tag = ''
openstackdocs_use_storyboard = True
# 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