Call write-user-docs in build-packages.

This commit is contained in:
Daniel Nichter
2011-08-04 12:37:12 -06:00
parent 5f85bd22ce
commit 8037e79e71
2 changed files with 14 additions and 1 deletions

View File

@@ -144,7 +144,7 @@ fi
BUILD=${BUILD:-1}
if [ $BUILD -eq 1 ]; then
# -W treats warnings as errors; remove it to ignore warnings if you must.
sphinx-build -W -c $CONFIG -b html $RST $HTML
sphinx-build -N -W -c $CONFIG -b html $RST $HTML
exit_status=$(( exit_status | $? ))
fi