aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2022-06-23 17:00:30 +0200
committerGerd Hoffmann <kraxel@redhat.com>2022-06-23 17:00:30 +0200
commit4b5a4a6dbb98915693c57211c0fc317ac28fe428 (patch)
treeda5a9e794c23a2353165c0c0f872a71292fd45c4
parentf72215b01605f76438dc0789d1d4bfd3380911dc (diff)
downloads2i-sphinx-4b5a4a6dbb98915693c57211c0fc317ac28fe428.tar.gz
tweak +sphinx-build call #2
-rwxr-xr-xs2i/bin/assemble2
1 files changed, 1 insertions, 1 deletions
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