From 7d9ae3504e365161fbc103e8dd3e46d8234178e5 Mon Sep 17 00:00:00 2001 From: Colebow Date: Wed, 26 Oct 2022 09:58:35 -0700 Subject: [PATCH] Don't send Sphinx build script output to dev/null --- docs/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build b/docs/build index 582e480acad4..c22208a96896 100755 --- a/docs/build +++ b/docs/build @@ -9,4 +9,4 @@ test -t 1 && OPTS='-it' || OPTS='' SPHINX_IMAGE=${SPHINX_IMAGE:-ghcr.io/trinodb/build/sphinx:3} docker run --rm $OPTS -e TRINO_VERSION -u $(id -u):$(id -g) -v "$PWD":/docs $SPHINX_IMAGE \ - sphinx-build -q -j auto -b html -W -d target/doctrees src/main/sphinx target/html > /dev/null + sphinx-build -q -j auto -b html -W -d target/doctrees src/main/sphinx target/html