There was an error while loading. Please reload this page.
1 parent 4c6bf1d commit 5079bddCopy full SHA for 5079bdd
1 file changed
.github/scripts/build.sh
@@ -15,4 +15,6 @@ 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 -E --keep-going -W . build/html 2> >(error)
+
19
+sphinx-build -b dummy -d build/doctrees -j auto -D language=$LOCALE -D gettext_compact=0 -E --keep-going . build/html 2> >(error)
20
+# 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