add document options to build_sync, since Sessions.Info is read from export database for document generation (amending 6e5397fcc41b);
#!/usr/bin/env bash
#
# DESCRIPTION: build other Isabelle from sync_repos directory
unset CDPATH
THIS="$(cd "$(dirname "$0")"; pwd)"
"$THIS/../bin/isabelle" scala_build -q || exit $?
"$THIS/../bin/isabelle_java" isabelle.Build_History "$@"