diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2022-06-23 17:00:30 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-06-23 17:00:30 +0200 |
commit | 4b5a4a6dbb98915693c57211c0fc317ac28fe428 (patch) | |
tree | da5a9e794c23a2353165c0c0f872a71292fd45c4 | |
parent | f72215b01605f76438dc0789d1d4bfd3380911dc (diff) | |
download | s2i-sphinx-4b5a4a6dbb98915693c57211c0fc317ac28fe428.tar.gz |
tweak +sphinx-build call #2
-rwxr-xr-x | s2i/bin/assemble | 2 |
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 |