Skip to content

Commit a37795c

Browse files
committed
Fix Sphinx configuration by replacing boolean flag with numeric value
1 parent e0736bb commit a37795c

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
@@ -43,7 +43,7 @@ jobs:
4343
- run: git pull
4444
working-directory: ./Doc/locales/fa/LC_MESSAGES
4545
- uses: sphinx-doc/github-problem-matcher@v1.1
46-
- run: make -e SPHINXOPTS="--color -D language='fa' -D gettext_allow_fuzzy_translations=True -W --keep-going" html
46+
- run: make -e SPHINXOPTS="--color -D language='fa' -D gettext_allow_fuzzy_translations=1 -W --keep-going" html
4747
working-directory: ./Doc
4848
- uses: actions/upload-artifact@master
4949
if: success() || failure()

0 commit comments

Comments
 (0)