summaryrefslogtreecommitdiffstats
path: root/jjb/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/scripts')
-rw-r--r--jjb/scripts/vpp/sphinx-docs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/scripts/vpp/sphinx-docs.sh b/jjb/scripts/vpp/sphinx-docs.sh
index e5b8cfd15..db2b6bcda 100644
--- a/jjb/scripts/vpp/sphinx-docs.sh
+++ b/jjb/scripts/vpp/sphinx-docs.sh
@@ -10,7 +10,7 @@ set -xe -o pipefail
[ "$VERSION" ] || VERSION=$(./build-root/scripts/version rpm-version)
make docs-venv
-make docs
+UNATTENDED=y make docs
if [[ ${JOB_NAME} == *merge* ]]; then
mkdir -p $(dirname ${RESOURCES_DIR})