aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2022-06-23 15:58:58 +0200
committerGerd Hoffmann <kraxel@redhat.com>2022-06-23 15:58:58 +0200
commitf72215b01605f76438dc0789d1d4bfd3380911dc (patch)
treede354c0bbf8f59e3388745d60db303ef37d39e49
parent0d8175ebb2f2027106205a170ce98db7ad2b4e84 (diff)
downloads2i-sphinx-f72215b01605f76438dc0789d1d4bfd3380911dc.tar.gz
tweak +sphinx-build call
-rwxr-xr-xs2i/bin/assemble3
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