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:
parent
c603b4613a
commit
3a78a74342
@ -1,5 +1,5 @@
|
|||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
- build-openstack-docs-pti
|
- publish-openstack-docs-pti
|
||||||
gate:
|
gate:
|
||||||
queue: barbican
|
queue: barbican
|
||||||
|
@ -6,7 +6,7 @@ Barbican User Interface
|
|||||||
|
|
||||||
* Free software: Apache license
|
* Free software: Apache license
|
||||||
* Source: http://opendev.org/openstack/barbican-ui
|
* Source: http://opendev.org/openstack/barbican-ui
|
||||||
* Bugs: http://bugs.launchpad.net/barbican-ui
|
* Bugs: https://storyboard.openstack.org/#!/project/openstack/barbican-ui
|
||||||
|
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
@ -139,8 +139,7 @@ html_theme = 'openstackdocs'
|
|||||||
# openstackdocstheme options
|
# openstackdocstheme options
|
||||||
openstackdocs_repo_name = 'openstack/barbican-ui'
|
openstackdocs_repo_name = 'openstack/barbican-ui'
|
||||||
openstackdocs_auto_name = False
|
openstackdocs_auto_name = False
|
||||||
openstackdocs_bug_project = 'barbican-ui'
|
openstackdocs_use_storyboard = True
|
||||||
openstackdocs_bug_tag = ''
|
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -6,7 +6,7 @@ Barbican User Interface
|
|||||||
|
|
||||||
* Free software: Apache license
|
* Free software: Apache license
|
||||||
* Source: http://opendev.org/openstack/barbican-ui
|
* Source: http://opendev.org/openstack/barbican-ui
|
||||||
* Bugs: http://bugs.launchpad.net/barbican-ui
|
* Bugs: https://storyboard.openstack.org/#!/project/openstack/barbican-ui
|
||||||
|
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
@ -102,8 +102,7 @@ html_theme = 'openstackdocs'
|
|||||||
# openstackdocstheme options
|
# openstackdocstheme options
|
||||||
openstackdocs_repo_name = 'openstack/barbican-ui'
|
openstackdocs_repo_name = 'openstack/barbican-ui'
|
||||||
openstackdocs_auto_name = False
|
openstackdocs_auto_name = False
|
||||||
openstackdocs_bug_project = 'barbican-ui'
|
openstackdocs_use_storyboard = True
|
||||||
openstackdocs_bug_tag = ''
|
|
||||||
|
|
||||||
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user