Disable DocBook Networking Guide

The Networking Guide is switching to RST, do not build the DocBook XML
files anymore.

Change-Id: Ib75cc124ca7e8de1ed834cf3aa06631d5adeda7a
This commit is contained in:
Andreas Jaeger 2015-02-20 19:03:19 +01:00
parent 3f69813564
commit 54e800e989
2 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,6 @@
<module>hot-reference</module>
<module>image-guide</module>
<module>install-guide</module>
<module>networking-guide</module>
<module>user-guide</module>
<module>user-guide-admin</module>
</modules>

View File

@ -51,7 +51,8 @@ commands =
sphinx-build doc/networking-guide/ doc/networking-guide/build/html
mkdir -p publish-docs/networking-guide/content/
rsync -a doc/networking-guide/build/html/ publish-docs/networking-guide/content/
openstack-doc-test --check-build {posargs}
# Do not build DocBook XML Networking Guide
openstack-doc-test --check-build --ignore-book networking-guide {posargs}
[testenv:docs]
commands =
@ -70,8 +71,8 @@ commands =
# not publish anything.
mkdir publish-docs
# We only publish changed manuals.
# Do not publish Install Guide
openstack-doc-test --check-build --ignore-book install-guide --publish
# Do not publish Install Guide and DocBook XML Networking Guide
openstack-doc-test --check-build --ignore-book install-guide --ignore-book networking-guide --publish
# Now publish www as well, we cannot do this from
# openstack-doc-test. Use rsync so that .htaccess gets also
# copied.