From 7e4f017f40a3346d14776d8acd44a1c2e4b279a7 Mon Sep 17 00:00:00 2001 From: Roger Luethi Date: Wed, 18 Jun 2014 07:45:46 +0200 Subject: [PATCH] Don't try to publish from www directory The training-guides tox.ini was inherited from openstack-manuals which merges static content from its www directory into its publish-docs folder. training-guides doesn't have a www directory -- it shares the static content with openstack-manuals (they both publish into the same web root). Trying to copy files from a non-existent directory results in failure which in turn prevents training-guides from publishing its manual. This patch removes from tox.ini the commands that try to copy the content of the www directory. Closes-Bug: 1312764 Change-Id: I43f56523a7fe59d2d9ea92cabfcb4e926e751f6d --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index db66a47e..80cd2c41 100644 --- a/tox.ini +++ b/tox.ini @@ -42,9 +42,6 @@ commands = mkdir publish-docs # We only publish changed manuals. openstack-doc-test --check-build --publish - # Now publish www as well, we cannot do this from - # openstack-doc-test. - bash -c "cp -a www/* publish-docs/" #[testenv:checklang] # Generatedocbook needs xml2po which cannot be installed