Install Guide: Set bug project

Configure the theme so that bug reports go to trove queue.

Change-Id: I0a6eb2e3fc911c60eda3cc00c01df216dd404a4e
This commit is contained in:
Andreas Jaeger 2016-06-24 15:09:48 +02:00
parent 10d9794ac5
commit d81afa317a

View File

@ -78,7 +78,7 @@ giturl = u'http://git.openstack.org/cgit/openstack/trove/tree/install-guide/sour
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
gitsha = os.popen(git_cmd).read().strip('\n')
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
"giturl": giturl}
"giturl": giturl, "bug_project": "trove"}
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.