Thanks to visit codestin.com Credit goes to github.com
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 5de9a3a commit c6514ddCopy full SHA for c6514dd
.github/scripts/build.sh
@@ -15,4 +15,4 @@ cd cpython/Doc || exit 1
15
mkdir -p locales/"$LOCALE"/
16
ln -sfn "$(realpath ../../docs)" locales/"$LOCALE"/LC_MESSAGES
17
pip3 install -q -r requirements.txt
18
-sphinx-build -b dummy -d build/doctrees -j auto -D language=$LOCALE -D gettext_compact=0 -W --keep-going -W . build/html 2> >(error)
+sphinx-build -b dummy -d build/doctrees -j auto -D language=$LOCALE -D gettext_compact=0 -E --keep-going -W . build/html 2> >(error)
0 commit comments