From f72215b01605f76438dc0789d1d4bfd3380911dc Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 23 Jun 2022 15:58:58 +0200 Subject: tweak +sphinx-build call --- s2i/bin/assemble | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit