diff --git a/firstapp/source/conf.py b/firstapp/source/conf.py index 8af84e291..59bcde03b 100644 --- a/firstapp/source/conf.py +++ b/firstapp/source/conf.py @@ -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.