We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c49d69 commit ed0e68cCopy full SHA for ed0e68c
scripts/lint.sh
@@ -28,7 +28,7 @@ make build ALLSPHINXOPTS="$opts"
28
# Update translation files with latest POT
29
sphinx-intl update -d locale -p build/gettext -l pt_BR
30
31
-cd ${PYDOC_LANGUAGE}/LC_MESSAGES
+cd locale/${PYDOC_LANGUAGE}/LC_MESSAGES
32
sphinx-lint | tee $(realpath "$rootdir/logs/sphinxlint.txt")
33
34
# Undo changes that disabled literal blocks
0 commit comments