diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2022-06-23 15:58:58 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-06-23 15:58:58 +0200 |
commit | f72215b01605f76438dc0789d1d4bfd3380911dc (patch) | |
tree | de354c0bbf8f59e3388745d60db303ef37d39e49 | |
parent | 0d8175ebb2f2027106205a170ce98db7ad2b4e84 (diff) | |
download | s2i-sphinx-f72215b01605f76438dc0789d1d4bfd3380911dc.tar.gz |
tweak +sphinx-build call
-rwxr-xr-x | s2i/bin/assemble | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble index 78269b6..8c78b56 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -32,7 +32,8 @@ if test -f src/Documentation/sphinx/requirements.txt; then fi echo "---> Building docs, using $cfg ..." -sphinx-build ${cfg%/conf.py} html +#sphinx-build ${cfg%/conf.py} html +sphinx-build -c $cfg src html echo "---> Cleanup ..." rm -rf src |