Remove -q from docs/build.sh to make -v work

develop
lethosor 2020-06-17 20:36:07 -04:00
parent 97a20acf1b
commit 861c8c8148
1 changed files with 1 additions and 1 deletions

@ -17,4 +17,4 @@ if [ -z "$JOBS" ]; then
JOBS=2
fi
"$sphinx" -a -E -q -b html . ./docs/html -w ./docs/_sphinx-warnings.txt -j "$JOBS" "$@"
"$sphinx" -a -E -b html . ./docs/html -w ./docs/_sphinx-warnings.txt -j "$JOBS" "$@"