From ac2b2160d61754547ffa6baea6b3f76a70995499 Mon Sep 17 00:00:00 2001 From: "zhang.lei" Date: Mon, 10 Sep 2018 03:10:05 +0000 Subject: [PATCH] Update the documentation bug tag Using "documentation" instead of "doc" as a default tag for documentation bugs. Change-Id: I58efb48df9713cc4c9859469cfa07f78437d0702 --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 8f4223e926..da8e72aebc 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -284,4 +284,4 @@ texinfo_documents = [ # -- Options for openstackdocstheme ------------------------------------------- repository_name = 'openstack/keystone' bug_project = 'keystone' -bug_tag = 'doc' +bug_tag = 'documentation'