Skip to content

Commit 5079bdd

Browse files
authored
Do not treat warnings as errors
1 parent 4c6bf1d commit 5079bdd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/scripts/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ cd cpython/Doc || exit 1
1515
mkdir -p locales/"$LOCALE"/
1616
ln -sfn "$(realpath ../../docs)" locales/"$LOCALE"/LC_MESSAGES
1717
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)
18+
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

Comments
 (0)