From 6098747ec549ea9ab7e6c2ae7f60d2ce706aef1a Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Mon, 15 May 2023 14:08:10 -0700 Subject: [PATCH] Ironic (and IPA) use launchpad now Correct links to point to launchpad bug tracker, correct docs config Change-Id: I5d46af2a9d94f3b2e05e4f937e0619a89fe04d4c --- CONTRIBUTING.rst | 4 ++-- README.rst | 6 +++--- doc/source/conf.py | 2 +- releasenotes/source/conf.py | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 456496743..d668b5014 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -11,6 +11,6 @@ the workflow documented at: 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/947 + https://bugs.launchpad.net/ironic-python-agent/+bugs diff --git a/README.rst b/README.rst index 4494ed5a9..64eb75077 100644 --- a/README.rst +++ b/README.rst @@ -39,9 +39,9 @@ section of the Ironic dev-quickstart guide. Project Resources ================= -Project status, features, and bugs are tracked on StoryBoard: +Project bugs are tracked on Launchpad: - https://storyboard.openstack.org/#!/project/947 + https://bugs.launchpad.net/ironic-python-agent/+bugs Developer documentation can be found here: @@ -56,7 +56,7 @@ Source code repository for the project is located at: https://opendev.org/openstack/ironic-python-agent/ IRC channel: - #openstack-ironic + #openstack-ironic on irc.oftc.net To contribute, start here: `Openstack: How to contribute `_. diff --git a/doc/source/conf.py b/doc/source/conf.py index 4f0ab6d8b..09e8e1a1e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -61,7 +61,7 @@ html_theme = 'openstackdocs' # openstackdocstheme options openstackdocs_repo_name = 'openstack/ironic-python-agent' openstackdocs_pdf_link = True -openstackdocs_use_storyboard = True +openstackdocs_use_storyboard = False # Output file base name for HTML help builder. htmlhelp_basename = 'Ironic Python Agentdoc' diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 315984043..bd756163e 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -113,7 +113,7 @@ html_theme = 'openstackdocs' # openstackdocstheme options openstackdocs_repo_name = 'openstack/ironic-python-agent' openstackdocs_auto_name = False -openstackdocs_use_storyboard = True +openstackdocs_use_storyboard = False # 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