diff options
-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 |