diff --git a/tox.ini b/tox.ini index 590bf5d6a..4421f27e4 100644 --- a/tox.ini +++ b/tox.ini @@ -31,16 +31,12 @@ commands = openstack-doc-test --check-build {posargs} # Prepare documents (without www) so that they can get published on # docs.openstack.org with just copying publish-docs/* over. commands = - openstack-doc-test --check-build --nocreate-index --only-book api-quick-start - # Remove www directory, it's published separately - rm -rf publish-docs/www + openstack-doc-test --check-build --publish --only-book api-quick-start [testenv:publishdocs-api] # Prepare documents (without www) so that they can get published on # api.openstack.org with just copying publish-docs/api-ref over. commands = - openstack-doc-test --check-build --nocreate-index --only-book api-ref --only-book api-ref-guides + openstack-doc-test --check-build --publish --only-book api-ref --only-book api-ref-guides # We need to move api-ref-guides to the proper place: mv publish-docs/api-ref-guides publish-docs/api-ref/ - # Remove www directory, it's published separately - rm -rf publish-docs/www