From 7df00eef612bacd4e0db448029616595bea0d74c Mon Sep 17 00:00:00 2001 From: gtema Date: Tue, 31 Oct 2023 11:29:42 +0100 Subject: [PATCH] Switch back to LaunchPad for issue tracking We move away from StoryBoard back to LaunchPad. Change-Id: Ic18c514f2fb9e96e68d09b973448541a4ce65432 --- CONTRIBUTING.rst | 4 ++-- README.rst | 4 ++-- doc/source/conf.py | 2 +- releasenotes/source/conf.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index be71810e2..790776c3e 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -33,10 +33,10 @@ Project Documentation https://docs.openstack.org/openstacksdk/latest/ Bug tracker - https://storyboard.openstack.org/#!/project/openstack/openstacksdk + https://bugs.launchpad.net/openstacksdk Mailing list (prefix subjects with ``[sdk]`` for faster responses) - http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss + https://lists.openstack.org/mailman3/lists/openstack-discuss.lists.openstack.org/ Code Hosting https://opendev.org/openstack/openstacksdk diff --git a/README.rst b/README.rst index c3d8a3a67..a3a062569 100644 --- a/README.rst +++ b/README.rst @@ -305,9 +305,9 @@ OpenStack service can be found in the `Project Navigator`__. Links ----- -* `Issue Tracker `_ +* `Issue Tracker `_ * `Code Review `_ * `Documentation `_ * `PyPI `_ -* `Mailing list `_ +* `Mailing list `_ * `Release Notes `_ diff --git a/doc/source/conf.py b/doc/source/conf.py index ec4dab832..b41ba20d9 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -31,7 +31,7 @@ extensions = [ # openstackdocstheme options openstackdocs_repo_name = 'openstack/openstacksdk' openstackdocs_pdf_link = True -openstackdocs_use_storyboard = True +openstackdocs_use_storyboard = False html_theme = 'openstackdocs' # autodoc generation is a bit aggressive and a nuisance when doing heavy diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index c434441fd..ac4be8e19 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -44,7 +44,7 @@ extensions = [ # openstackdocstheme options openstackdocs_repo_name = 'openstack/openstacksdk' -openstackdocs_use_storyboard = True +openstackdocs_use_storyboard = False # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']