From e6fa5588797e0aa708716d4cb0ef1a7e9e542588 Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Wed, 17 May 2023 15:33:51 -0700 Subject: [PATCH] Bugs are now in Launchpad, update docs to reflect Update docs to reflect bugs being in LP now. Change-Id: Ibe43fe463af1d7a3998acaa8b6c985b068249f91 --- CONTRIBUTING.rst | 4 ++-- README.rst | 6 +----- doc/source/conf.py | 2 +- releasenotes/source/conf.py | 2 +- 4 files changed, 5 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d0f8c66..4f1ba0e 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -12,6 +12,6 @@ submitted for review via the Gerrit tool: Pull requests submitted through GitHub will be ignored. -Bugs should be filed in StoryBoard, not GitHub: +Bugs should be filed in Launchpad, not GitHub: - https://storyboard.openstack.org/#!/project/962 + https://bugs.launchpad.net/virtualbmc diff --git a/README.rst b/README.rst index c99dbb6..dae470f 100644 --- a/README.rst +++ b/README.rst @@ -46,13 +46,9 @@ Project resources * Documentation: https://docs.openstack.org/virtualbmc/latest * Source: https://opendev.org/openstack/virtualbmc -* Bugs: https://storyboard.openstack.org/#!/project/openstack/virtualbmc +* Bugs: https://bugs.launchpad.net/virtualbmc * Release Notes: https://docs.openstack.org/releasenotes/virtualbmc/ -Project status, bugs, and requests for feature enhancements (RFEs) are tracked -in StoryBoard: -https://storyboard.openstack.org/#!/project/openstack/virtualbmc - For information on how to contribute to VirtualBMC, see https://docs.openstack.org/virtualbmc/latest/contributor diff --git a/doc/source/conf.py b/doc/source/conf.py index 75efe08..75a8afc 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -32,7 +32,7 @@ except ImportError: # openstackdocstheme options openstackdocs_repo_name = 'openstack/virtualbmc' openstackdocs_pdf_link = True -openstackdocs_use_storyboard = True +openstackdocs_use_storyboard = False # autodoc generation is a bit aggressive and a nuisance when doing heavy # text edit cycles. diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 9b84c0a..b681cc9 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -70,7 +70,7 @@ author = 'Ironic Developers' # openstackdocstheme options openstackdocs_repo_name = 'openstack/virtualbmc' -openstackdocs_use_storyboard = True +openstackdocs_use_storyboard = False # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the