diff --git a/tox.ini b/tox.ini index 34a823110..11374c7f0 100644 --- a/tox.ini +++ b/tox.ini @@ -32,9 +32,6 @@ commands = openstack-doc-test --check-build --nocreate-index --only-book api-qui # Prepare documents (without www) so that they can get published on # api.openstack.org with just copying publish-docs/* over. commands = - openstack-doc-test --check-build --nocreate-index --only-book api-ref - # TODO(jaegerandi,dfleming): Add "--only-book api-ref-guides" - # We need to move api-ref-guides to the proper place - # TODO(jaegerandi,dfleming): Uncomment once we're sure this is the proper - # place: - # mv publish-docs/api-ref-guides publish-docs/api-ref/ + openstack-doc-test --check-build --nocreate-index --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/