Switch back to LaunchPad for issue tracking
We move away from StoryBoard back to LaunchPad. Change-Id: Ic18c514f2fb9e96e68d09b973448541a4ce65432
This commit is contained in:
parent
9979a3c8f2
commit
7df00eef61
@ -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
|
||||
|
@ -305,9 +305,9 @@ OpenStack service can be found in the `Project Navigator`__.
|
||||
Links
|
||||
-----
|
||||
|
||||
* `Issue Tracker <https://storyboard.openstack.org/#!/project/openstack/openstacksdk>`_
|
||||
* `Issue Tracker <https://bugs.launchpad.net/openstacksdk>`_
|
||||
* `Code Review <https://review.opendev.org/#/q/status:open+project:openstack/openstacksdk,n,z>`_
|
||||
* `Documentation <https://docs.openstack.org/openstacksdk/latest/>`_
|
||||
* `PyPI <https://pypi.org/project/openstacksdk/>`_
|
||||
* `Mailing list <http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss>`_
|
||||
* `Mailing list <https://lists.openstack.org/mailman3/lists/openstack-discuss.lists.openstack.org/>`_
|
||||
* `Release Notes <https://docs.openstack.org/releasenotes/openstacksdk>`_
|
||||
|
@ -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
|
||||
|
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user