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:
parent
e4976924ff
commit
b69463e0b3
@ -64,7 +64,7 @@ todo_include_todos = True
|
|||||||
# openstackdocstheme options
|
# openstackdocstheme options
|
||||||
repository_name = 'openstack/tempest'
|
repository_name = 'openstack/tempest'
|
||||||
bug_project = 'tempest'
|
bug_project = 'tempest'
|
||||||
bug_tag = ''
|
bug_tag = 'doc'
|
||||||
|
|
||||||
# Must set this variable to include year, month, day, hours, and minutes.
|
# Must set this variable to include year, month, day, hours, and minutes.
|
||||||
html_last_updated_fmt = '%Y-%m-%d %H:%M'
|
html_last_updated_fmt = '%Y-%m-%d %H:%M'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user