diff --git a/tox.ini b/tox.ini index 7df765f5f1..572857bea3 100644 --- a/tox.ini +++ b/tox.ini @@ -50,17 +50,12 @@ commands = # Prepare all documents (except www subdir) so that they can get # published on docs.openstack.org with just copying publish-docs/* # over. -commands = +commands = # Create directory, it might not be here if openstack-doc-test does # not publish anything. mkdir publish-docs # We only publish changed manuals. openstack-doc-test --check-build --publish - # TODO(jaegerandi): Remove the following lines before we branch off - # an juno branch. - # Publish install-guide and config-reference to /juno - bash tools/copy-to-branch.sh juno - # END Juno duplication. # Now publish www as well, we cannot do this from # openstack-doc-test. Use rsync so that .htaccess gets also # copied.