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

Skip to content

Commit ed3affb

Browse files
committed
fix: drop sphinx nit-pick mode
1 parent 1107f2e commit ed3affb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ for po in $(find . -type f -name '*.po' | sort | sed 's|^\./||'); do
2020
install -Dm644 ${po} "cpython/Doc/locales/${LANGUAGE}/LC_MESSAGES/${po}"
2121
done
2222

23-
sphinx-build -b html -d build/doctrees -n -a --keep-going -jauto -D locale_dirs=locales -D language=pt_BR -D gettext_compact=0 -D latex_engine=xelatex -D latex_elements.inputenc= -D latex_elements.fontenc= -W cpython/Doc cpython/Doc/build/html
23+
sphinx-build -b html -d build/doctrees -a --keep-going -jauto -D locale_dirs=locales -D language=pt_BR -D gettext_compact=0 -D latex_engine=xelatex -D latex_elements.inputenc= -D latex_elements.fontenc= -W cpython/Doc cpython/Doc/build/html
2424

2525
if [ -z "$GITHUB_ACTIONS" ]; then
2626
echo 'See the built documentation by running the following command:'

0 commit comments

Comments
 (0)