diff --git a/install-guide/source/conf.py b/install-guide/source/conf.py index a4f378c1b3..cf35cb550e 100644 --- a/install-guide/source/conf.py +++ b/install-guide/source/conf.py @@ -78,7 +78,7 @@ giturl += u'install-guide/source' 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": "magnum"} # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.