commit | 9358cfb4624405d213083612bfff4ff20a2b145d | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.openstack.org> | Wed Feb 07 20:57:51 2018 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Wed Feb 07 20:57:51 2018 +0000 |
tree | 01c969a5c601343f4fbc3e196a7c3885436b5e6e | |
parent | 039941b539586d6d579096c7a6c8254a759ea66d [diff] | |
parent | b69463e0b3413c149cd333afd5d5386cc0c1bf9c [diff] |
Merge "Add 'doc' tag for bug link on doc theme"
diff --git a/doc/source/conf.py b/doc/source/conf.py index 0a061b8..c2ea628 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py
@@ -64,7 +64,7 @@ # 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'