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 886bdc5 commit 7b6e149Copy full SHA for 7b6e149
scripts/lint.sh
@@ -19,7 +19,7 @@ mkdir -p logs
19
touch logs/sphinxlint.txt
20
21
# Disable literal blocks and update PO
22
-sed -i "s/^\s*'literal-block',/s/ '/ #'/" cpython/Doc/conf.py
+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
25
0 commit comments