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 f2df769 commit 8a98467Copy full SHA for 8a98467
scripts/lint.sh
@@ -21,7 +21,7 @@ touch logs/sphinxlint.txt
21
# Disable literal blocks and update PO
22
sed -i "/^\s*'literal-block',/s/ '/ #'/" cpython/Doc/conf.py
23
./scripts/generate_templates.sh
24
-sphinx-intl update -d cpython/Doc/locale -l pt_BR
+sphinx-intl update -d cpython/Doc/locale -p cpython/Doc/build/gettext -l pt_BR
25
26
cd cpython/Doc/locale/${PYDOC_LANGUAGE}/LC_MESSAGES
27
sphinx-lint | tee $(realpath "$rootdir/logs/sphinxlint.txt")
0 commit comments