Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57ef941

Browse files
committed
[build] keep going when getting warnings
1 parent 8474978 commit 57ef941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ cd cpython/Doc
1212
mkdir -p locales/zh_CN/
1313
ln -sfn "$cur" locales/zh_CN/LC_MESSAGES
1414
make venv
15-
make html SPHINXOPTS='-D language=zh_CN -D html_search_language=zh -D gettext_compact=0 -j4 -W'
15+
make html SPHINXOPTS='-D language=zh_CN -D html_search_language=zh -D gettext_compact=0 -j4 -W --keep-going'

0 commit comments

Comments
 (0)