diff --git a/doc/pom.xml b/doc/pom.xml
index 08f57c5751..abd924d7ea 100644
--- a/doc/pom.xml
+++ b/doc/pom.xml
@@ -18,7 +18,6 @@
hot-reference
image-guide
install-guide
- networking-guide
user-guide
user-guide-admin
diff --git a/tox.ini b/tox.ini
index 04c4eed5e7..6231cd378e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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.