Output the version of sphinx-build in create-release.sh

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2023-02-19 13:48:27 +01:00
parent 3ca687a35c
commit 45c4152c4a
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -474,6 +474,7 @@ fi
LC_ALL=C date -u > RELEASE-DATE-$version
# Building documentation
echo "* Running sphinx-build (version: $(sphinx-build --version))"
echo "* Generating documentation"
LC_ALL=C make -C doc html
find doc -name '*.pyc' -print0 | xargs -0 -r rm -f