[api-ref] configure LogABug feature
To report a bug into the magnum project, not default openstack-manuals. Closes-Bug: #1630524 Depends-on: I51feb6ccdc0fab91a591568866e6801f2bbb319b Change-Id: I2238ee04b438c4153001da0227d1a848aacd14a8
This commit is contained in:
committed by
pawnesh kumar
parent
556084ebad
commit
96b66a227e
@@ -123,6 +123,15 @@ show_authors = False
|
||||
# The name of the Pygments (syntax highlighting) style to use.
|
||||
pygments_style = 'sphinx'
|
||||
|
||||
# Config logABug feature
|
||||
# source tree
|
||||
giturl = (
|
||||
u'http://git.openstack.org/cgit/openstack/magnum/tree/api-ref/source')
|
||||
# html_context allows us to pass arbitrary values into the html template
|
||||
html_context = {'bug_tag': 'api-ref',
|
||||
'giturl': giturl,
|
||||
'bug_project': 'magnum'}
|
||||
|
||||
# -- Options for man page output ----------------------------------------------
|
||||
|
||||
# Grouping the document tree for man pages.
|
||||
|
||||
Reference in New Issue
Block a user