From 15252671f266c9aacc0684fb027bc9de6e05b131 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 19 Apr 2014 20:00:13 +0200 Subject: [PATCH] Use --publish for openstack-doc-test This requires openstack-doc-test 0.11: We now can use --publish for openstack-doc-test. This replaces --nocreate-index. Change-Id: I5d1929639235d4f9d64303d06b2ba31b819cc54d --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 11fb53a..a75f9a5 100644 --- a/tox.ini +++ b/tox.ini @@ -26,4 +26,4 @@ commands = openstack-doc-test --check-build {posargs} [testenv:publishdocs] # Prepare all documents so that they can get published on # docs.openstack.org with just copying publish-docs/* over. -commands = openstack-doc-test --check-build --nocreate-index --force +commands = openstack-doc-test --check-build --publish --force