Don't build localized HA Guide
We currently only build the misc-guides-ja target for Japanese and the HA Guide does not build at all. Disable it until it gets fixed. Change-Id: Ifa3c6fe63577d5fc109bd1cb3594c26a2e2b04f9
This commit is contained in:
parent
c9d82e0cdd
commit
c30ba92a73
6
tox.ini
6
tox.ini
@ -79,9 +79,11 @@ commands =
|
||||
openstack-generate-docbook -l {posargs} -b common
|
||||
openstack-generate-docbook -l {posargs} -b glossary
|
||||
openstack-generate-docbook -l {posargs} -b security-guide
|
||||
openstack-generate-docbook -l {posargs} -b high-availability-guide
|
||||
# NOTE(jaegerandi) as of 2014-04-17 the ha guide does not build for
|
||||
# Japanese, disable it.
|
||||
# openstack-generate-docbook -l {posargs} -b high-availability-guide
|
||||
# tox 1.7 does not parse the following line:
|
||||
# cp doc/pom.xml generated/{posargs}/pom.xml
|
||||
# Thus replaced by the next one:
|
||||
bash ./tools/copy_pom {posargs}
|
||||
openstack-doc-test --check-build -l {posargs} --only-book security-guide --only-book high-availability-guide --nocreate-index
|
||||
openstack-doc-test --check-build -l {posargs} --only-book security-guide --nocreate-index
|
||||
|
Loading…
Reference in New Issue
Block a user