diff --git a/doc/source/conf.py b/doc/source/conf.py index 72a2dca..0ac5d94 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -41,8 +41,7 @@ copyright = u'2017, OpenStack Developers' # openstackdocstheme options openstackdocs_repo_name = 'openstack/python-cyborgclient' -openstackdocs_bug_project = 'https://bugs.launchpad.net/python-cyborgclient' -openstackdocs_bug_tag = '' +openstackdocs_use_storyboard = True # 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 2fb18d2..ce9bb7e 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -55,8 +55,7 @@ copyright = u'2017, OpenStack Developers' # openstackdocstheme options openstackdocs_repo_name = 'openstack/python-cyborgclient' -openstackdocs_bug_project = 'https://bugs.launchpad.net/python-cyborgclient' -openstackdocs_bug_tag = '' +openstackdocs_use_storyboard = True # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the