From 8ab0a48b6bf3c1a740df2a676b96e7dd51a5a716 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 18 Feb 2015 19:59:30 +0100 Subject: [PATCH] Do not publish Install Guide trunk versions Do not publish Install Guide. The check queue will still build and show the Guide, just it will not get published. Partial-Bug: #1423302 Change-Id: Ie968557804cc00b877ffcc440f07e79b35ba35d4 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 29e127ba82..5a2cabd895 100644 --- a/tox.ini +++ b/tox.ini @@ -62,7 +62,8 @@ commands = # not publish anything. mkdir publish-docs # We only publish changed manuals. - openstack-doc-test --check-build --publish + # Do not publish Install Guide + openstack-doc-test --check-build --ignore-book install-guide --publish # Now publish www as well, we cannot do this from # openstack-doc-test. Use rsync so that .htaccess gets also # copied.