From 3a78a743426376250f43508d4281e86c75067271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Douglas=20Mendiz=C3=A1bal?= Date: Wed, 10 Jun 2020 15:54:06 -0500 Subject: [PATCH] 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 --- .zuul.yaml | 2 +- README.rst | 2 +- doc/source/conf.py | 3 +-- doc/source/index.rst | 2 +- releasenotes/source/conf.py | 3 +-- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 307250a..5afa1bb 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,5 +1,5 @@ - project: templates: - - build-openstack-docs-pti + - publish-openstack-docs-pti gate: queue: barbican diff --git a/README.rst b/README.rst index fcad69f..9f06c95 100644 --- a/README.rst +++ b/README.rst @@ -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 -------- diff --git a/doc/source/conf.py b/doc/source/conf.py index c67851a..6078537 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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 diff --git a/doc/source/index.rst b/doc/source/index.rst index 3199ab8..a30dd28 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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 -------- diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 8df7f8b..ae77bf7 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -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