Config logABug feature for Manila api-ref
Currently, Manila api-ref is configured with logABug feature. When users click "Report bug" button, it leads to "openstack-manuals" which is default. We should change it to "manila". Change-Id: I15d9ce4cc6f9648f49f6ad66de766aa55cab6cbb
This commit is contained in:
parent
7a16eb685b
commit
24a160907f
@ -103,6 +103,8 @@ release = version_info.release_string()
|
||||
# The short X.Y version.
|
||||
version = version_info.version_string()
|
||||
|
||||
html_context = {'bug_project': 'manila', 'bug_tag': 'api-ref'}
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user