File tree 1 file changed +1
-1
lines changed 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
20
20
install -Dm644 ${po} " cpython/Doc/locales/${LANGUAGE} /LC_MESSAGES/${po} "
21
21
done
22
22
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
24
24
25
25
if [ -z " $GITHUB_ACTIONS " ]; then
26
26
echo ' See the built documentation by running the following command:'
You can’t perform that action at this time.
0 commit comments