Output the version of sphinx-build in create-release.sh
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
3ca687a35c
commit
45c4152c4a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user