diff --git a/doc/source/conf.py b/doc/source/conf.py index 07d950f5..cb21d4de 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -97,9 +97,10 @@ giturl = ("http://git.openstack.org/cgit/openstack/{0}" git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '" gitsha = os.popen(git_cmd).read().strip('\n') bug_title = "Documentation bug" +bug_project = project.lower() html_context = {"gitsha": gitsha, "giturl": giturl, "bug_tag": "docs", "bug_title": bug_title, - "bug_project": target_name} + "bug_project": bug_project} # The language for content autogenerated by Sphinx. Refer to documentation