From c1c7768cfb31675229ecde67b59f1187f3f56b2f Mon Sep 17 00:00:00 2001 From: wanghui Date: Tue, 27 Mar 2018 10:07:26 +0800 Subject: [PATCH] Change html_context options to openstackdocstheme options Change-Id: I4980d5842c6156daa1a536c4dbafdb90fac7539d --- api-ref/source/conf.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index 66b9ccdf..c43a8e3a 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -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'