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