Skip to content

Commit

Permalink
lint.sh: quiet output for sphinx-build
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle authored Oct 15, 2024
1 parent ed0e68c commit 2666574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cd cpython/Doc
# Disable literal blocks and update PO
sed -i "/^\s*'literal-block',/s/ '/ #'/" conf.py
# TODO: use `make -C .. gettext` when there are only Python >= 3.12
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'
make build ALLSPHINXOPTS="$opts"
# Update translation files with latest POT
sphinx-intl update -d locale -p build/gettext -l pt_BR
Expand Down

0 comments on commit 2666574

Please sign in to comment.