Change html_context options to openstackdocstheme options
Change-Id: I4980d5842c6156daa1a536c4dbafdb90fac7539d
This commit is contained in:
parent
29e68d8295
commit
c1c7768cfb
@ -36,7 +36,11 @@ html_theme = 'openstackdocs'
|
|||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
"sidebar_mode": "toc",
|
"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.
|
# 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