From f0ef9eb02576712b85f27a86041b5aef66c7b795 Mon Sep 17 00:00:00 2001 From: enkore Date: Sat, 6 Jun 2015 09:36:33 +0200 Subject: [PATCH] Update ci-build.sh --- ci-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-build.sh b/ci-build.sh index 61195aa..55f5a25 100755 --- a/ci-build.sh +++ b/ci-build.sh @@ -20,6 +20,7 @@ test -f ${BUILD}/test-install-bin/i3pystatus PYTHONPATH=${BUILD}/test-install py.test --junitxml ${BUILD}/testlog.xml tests # Check that the docs build w/o warnings (-W flag) +rm -r ${BUILD}/docs/ sphinx-build -b html -W docs ${BUILD}/docs/