From 51bd12f03fb3d9be47af98a93b4be7614da16093 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Thu, 1 Dec 2016 12:14:05 +0000 Subject: [PATCH] Point roles docs bugs to openstack-ansible LP Currently when clicking on the small bug in the roles' docs, we land on openstack-manuals launchpad. This should solve it. Change-Id: I00d33aa1705937813ea8151cc096bc945a6d0428 --- doc/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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