Merge "Update for openstackdocstheme 1.2.3"
This commit is contained in:
commit
7c370a8e84
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user