We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0e68c commit 2666574Copy full SHA for 2666574
scripts/lint.sh
@@ -23,7 +23,7 @@ cd cpython/Doc
23
# Disable literal blocks and update PO
24
sed -i "/^\s*'literal-block',/s/ '/ #'/" conf.py
25
# TODO: use `make -C .. gettext` when there are only Python >= 3.12
26
-opts='-E -b gettext -D gettext_compact=0 -d build/.doctrees . build/gettext'
+opts='-E -b gettext -q -D gettext_compact=0 -d build/.doctrees . build/gettext'
27
make build ALLSPHINXOPTS="$opts"
28
# Update translation files with latest POT
29
sphinx-intl update -d locale -p build/gettext -l pt_BR
0 commit comments