Update for openstackdocstheme 1.2.3

Require new version and cleanup conf.py, we do no need pwd variable
anymore.

Also update requirement for openstack-doc-tools, 0.30 is current minimum
version.

Change-Id: I53a222445967092e08a1b598a19e8bbe71e378a6
This commit is contained in:
Andreas Jaeger 2015-10-06 19:39:01 +02:00
parent 2a89f908db
commit aa31b71adc
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