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
This commit is contained in:
Masayuki Igawa 2018-02-01 16:54:34 +09:00 committed by Ken'ichi Ohmichi
parent e4976924ff
commit b69463e0b3

View File

@ -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'