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'