Skip to content

Commit 0ede782

Browse files
committed
update Sphinx build command to use comma-separated defines for language and gettext_allow_fuzzy_translations
1 parent 1290c5d commit 0ede782

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-lint-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- run: git pull
4747
working-directory: ./Doc/locales/fa/LC_MESSAGES
4848
- uses: sphinx-doc/github-problem-matcher@v1.1
49-
- run: make -e SPHINXOPTS="--color -D language='fa' -D gettext_allow_fuzzy_translations=True -W --keep-going" html
49+
- run: make -e SPHINXOPTS="--color -D language='fa',gettext_allow_fuzzy_translations=True -W --keep-going" html
5050
working-directory: ./Doc
5151
- uses: actions/upload-artifact@master
5252
if: success() || failure()

0 commit comments

Comments
 (0)