Merge "Update for openstackdocstheme 1.2.3"

This commit is contained in:
Jenkins 2015-10-08 11:14:39 +00:00 committed by Gerrit Code Review
commit 7c370a8e84
2 changed files with 3 additions and 4 deletions

View File

@ -69,8 +69,7 @@ release = '0.0.1'
giturl = u'http://git.openstack.org/cgit/openstack/security-doc/tree/security-guide/source'
git_cmd = "/usr/bin/git log | head -n1 | cut -f2 -d' '"
gitsha = os.popen(git_cmd).read().strip('\n')
pwd = os.popen("pwd").read().strip('\n')
html_context = {"pwd": pwd, "gitsha": gitsha, "bug_tag": bug_tag,
html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
"giturl": giturl}
# The language for content autogenerated by Sphinx. Refer to documentation

View File

@ -3,6 +3,6 @@
# process, which may cause wedges in the gate later.
doc8 # Apache-2.0
openstack-doc-tools>=0.23
openstack-doc-tools>=0.30
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
openstackdocstheme>=1.0.3
openstackdocstheme>=1.2.3