From b69463e0b3413c149cd333afd5d5386cc0c1bf9c Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Thu, 1 Feb 2018 16:54:34 +0900 Subject: [PATCH] Add 'doc' tag for bug link on doc theme This commit adds 'doc' tag for a bug link on the openstackdocstheme config. This configuration is used for documentation bug basically. So, this should be good in most cases. Change-Id: I11b7a9caef7ef896b39c39ddc2d958b6f0891991 --- 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 0a061b8a54..c2ea6287a7 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -64,7 +64,7 @@ todo_include_todos = True # openstackdocstheme options repository_name = 'openstack/tempest' bug_project = 'tempest' -bug_tag = '' +bug_tag = 'doc' # Must set this variable to include year, month, day, hours, and minutes. html_last_updated_fmt = '%Y-%m-%d %H:%M'