File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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} "
2121done
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
2525if [ -z " $GITHUB_ACTIONS " ]; then
2626 echo ' See the built documentation by running the following command:'
You can’t perform that action at this time.
0 commit comments