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 2de7795 commit 3c49d69Copy full SHA for 3c49d69
scripts/lint.sh
@@ -24,7 +24,7 @@ cd cpython/Doc
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'
27
-make -C .. build ALLSPHINXOPTS="$opts"
+make build ALLSPHINXOPTS="$opts"
28
# Update translation files with latest POT
29
sphinx-intl update -d locale -p build/gettext -l pt_BR
30
0 commit comments