We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9120b7f commit 7803793Copy full SHA for 7803793
scripts/build.sh
@@ -5,6 +5,9 @@
5
6
set -xeu
7
8
+# Fail earlier if required variables are not set
9
+test -n ${PYDOC_LANGUAGE+x}
10
+
11
cd "$(dirname $0)/.."
12
mkdir -p logs
13
opts="-D gettext_compact=False -D language=${PYDOC_LANGUAGE} --keep-going -w ../../logs/sphinxwarnings.txt"
scripts/lint.sh
rootdir=$(realpath $(dirname $0)/..)
cd "$rootdir"
0 commit comments