From 1a881fa9ed01d9db66be52622d25fef8581ed466 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 29 Apr 2016 19:15:08 -0500 Subject: [PATCH] Use openstack-indexpage Use openstack-indexpage to generate index page, there's no need to run openstack-doc-tools since this repo only uses RST documents. Change-Id: Ic005bd63efe47f012360e5a5634e545c5cb81920 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ddec0466..e9ef5340 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ commands = # Build and copy RST Guides {toxinidir}/tools/build-all-rst.sh # This only generates the index page - openstack-doc-test --check-build {posargs} + openstack-indexpage publish-docs [testenv:publishdocs] # Prepare all documents (except www subdir) so that they can get