Merge "Add launchpad tag used by "Report a bug""

This commit is contained in:
Jenkins 2015-05-30 21:41:28 +00:00 committed by Gerrit Code Review
commit 6f42f1dee8

View File

@ -60,6 +60,7 @@ master_doc = 'index'
# General information about the project.
project = u'FirstApp'
bug_tag = u'firstapp'
copyright = u'2015, OpenStack contributors'
# The version info for the project you're documenting, acts as replacement for
@ -78,7 +79,7 @@ gitsha = os.popen(git_cmd).read().strip('\n')
# source tree
pwd = os.popen("pwd").read().strip('\n')
# html_context allows us to pass arbitrary values into the html template
html_context = {"pwd": pwd, "gitsha": gitsha}
html_context = {"pwd": pwd, "gitsha": gitsha, "bug_tag": bug_tag}
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.