Change html_context options to openstackdocstheme options

Change-Id: I4980d5842c6156daa1a536c4dbafdb90fac7539d
This commit is contained in:
wanghui 2018-03-27 10:07:26 +08:00 committed by Hiroaki Kobayashi
parent 29e68d8295
commit c1c7768cfb
1 changed files with 5 additions and 1 deletions

View File

@ -36,7 +36,11 @@ html_theme = 'openstackdocs'
html_theme_options = {
"sidebar_mode": "toc",
}
html_context = {'bug_project': 'blazar', 'bug_tag': 'api-ref'}
# openstackdocstheme options
repository_name = 'openstack/blazar'
bug_project = 'blazar'
bug_tag = 'api-ref'
# Must set this variable to include year, month, day, hours, and minutes.
html_last_updated_fmt = '%Y-%m-%d %H:%M'