From ee7fa079104cd7891bae84064b467b98ea63d552 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 22 Sep 2025 20:44:22 +0900 Subject: [PATCH] Replace storyboard by launchpad Ironic project now globally uses launchpad as its bug tracker, instead of storyboard. Change-Id: I2a802a65bb902c3c4aa21660daf796433c81bb36 Signed-off-by: Takashi Kajinami --- CONTRIBUTING.rst | 4 ++-- doc/source/conf.py | 2 +- releasenotes/source/conf.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 571a410..45bedb9 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 on Storyboard, not GitHub: +Bugs should be filed on Launchpad, not GitHub: - https://storyboard.openstack.org/#!/project/948 + https://bugs.launchpad.net/ironic-python-agent-builder diff --git a/doc/source/conf.py b/doc/source/conf.py index 34404d7..56da13b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -42,7 +42,7 @@ copyright = '2017, OpenStack Developers' # openstackdocstheme options openstackdocs_repo_name = 'openstack/ironic-python-agent-builder' openstackdocs_pdf_link = True -openstackdocs_use_storyboard = True +openstackdocs_use_storyboard = False # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 619ff91..3bdf477 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -58,7 +58,7 @@ copyright = '2017, OpenStack Developers' # openstackdocstheme options openstackdocs_repo_name = 'openstack/ironic-python-agent-builder' openstackdocs_auto_name = False -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