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