From a1be38f6c340e208b42b5ff8af01033f2bf93cac Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Fri, 11 Dec 2015 08:52:25 +0900 Subject: [PATCH] Set the bug project to openstack-training-guides Change-Id: I31722aac6a182a2a23cd23ea7fe23ab84d2b0c91 --- doc/upstream-training/conf.py | 3 ++- test-requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/upstream-training/conf.py b/doc/upstream-training/conf.py index e203bd64..16ba4c27 100644 --- a/doc/upstream-training/conf.py +++ b/doc/upstream-training/conf.py @@ -64,12 +64,13 @@ release = '0.0.1' # giturl: The location of conf.py on Git. Must be set manually. # gitsha: The SHA checksum of the bug description. Automatically extracted from git log. # bug_tag: Tag for categorizing the bug. Must be set manually. +# bug_project: Project to file bugs against. # These variables are passed to the logabug code via html_context. giturl = u'http://git.openstack.org/cgit/openstack/training-guides/tree/doc/upstream-training/' 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": "openstack-training-guides"} # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/test-requirements.txt b/test-requirements.txt index d39720cd..faa0b963 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,6 +6,6 @@ pbr>=1.6 oslosphinx openstack-doc-tools>=0.30 sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 -openstackdocstheme>=1.2.3 +openstackdocstheme>=1.2.6 hieroglyph>=0.7.1 -bashate # pep8 equivalent for bash scripts \ No newline at end of file +bashate # pep8 equivalent for bash scripts