From 4b5a4a6dbb98915693c57211c0fc317ac28fe428 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 23 Jun 2022 17:00:30 +0200 Subject: tweak +sphinx-build call #2 --- s2i/bin/assemble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s2i/bin/assemble b/s2i/bin/assemble index 8c78b56..6f6c5c8 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -33,7 +33,7 @@ fi echo "---> Building docs, using $cfg ..." #sphinx-build ${cfg%/conf.py} html -sphinx-build -c $cfg src html +(set -x; sphinx-build -c ${cfg%/conf.py} src html) echo "---> Cleanup ..." rm -rf src -- cgit