Skip to content

Commit

Permalink
lint.sh: fix po files path
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle authored Oct 15, 2024
1 parent 3c49d69 commit ed0e68c
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 @@ -28,7 +28,7 @@ make build ALLSPHINXOPTS="$opts"
# Update translation files with latest POT
sphinx-intl update -d locale -p build/gettext -l pt_BR

cd ${PYDOC_LANGUAGE}/LC_MESSAGES
cd locale/${PYDOC_LANGUAGE}/LC_MESSAGES
sphinx-lint | tee $(realpath "$rootdir/logs/sphinxlint.txt")

# Undo changes that disabled literal blocks
Expand Down

0 comments on commit ed0e68c

Please sign in to comment.