From 5d31a4eaf10f04692dbf250a0046cd41d06e315d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 13 Jan 2016 11:43:50 +0100 Subject: [PATCH] Fix bug_tags Use arch-design as bug-tag for the guide. Use cli-reference for cli-ref-rst, this is the tag used in launchpad, so we can set it already. Change-Id: I1007db05004e26e8912b7b4d41a406fb5da4f961 --- doc/arch-design/source/conf.py | 2 +- doc/cli-ref-rst/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/arch-design/source/conf.py b/doc/arch-design/source/conf.py index 2a6981f0fc..9b8f3abb36 100644 --- a/doc/arch-design/source/conf.py +++ b/doc/arch-design/source/conf.py @@ -54,7 +54,7 @@ master_doc = 'index' # General information about the project. project = u'Architecture Design Guide' -bug_tag = u'arch-design-rst' +bug_tag = u'arch-design' copyright = u'2015-2016, OpenStack contributors' # The version info for the project you're documenting, acts as replacement for diff --git a/doc/cli-ref-rst/source/conf.py b/doc/cli-ref-rst/source/conf.py index 79936b83bd..412ab45ae6 100644 --- a/doc/cli-ref-rst/source/conf.py +++ b/doc/cli-ref-rst/source/conf.py @@ -56,7 +56,7 @@ master_doc = 'index' # General information about the project. project = u'Command-Line Interface Reference' -bug_tag = u'cli-ref-rst' +bug_tag = u'cli-reference' copyright = u'2015-2016, OpenStack contributors' # The version info for the project you're documenting, acts as replacement for