There was an error while loading. Please reload this page.
1 parent 26071ab commit 06f4f21Copy full SHA for 06f4f21
1 file changed
.github/workflows/test-build.yml
@@ -33,7 +33,7 @@ jobs:
33
- run: git pull
34
working-directory: ./Doc/locales/XX/LC_MESSAGES
35
- uses: sphinx-doc/github-problem-matcher@v1.1
36
- - run: make -e SPHINXOPTS="--color -D language='XX' -W --keep-going" ${{ matrix.format }}
+ - run: make -e SPHINXOPTS="--color -D language='XX' -D suppress_warnings=i18n.inconsistent_references -W --keep-going" ${{ matrix.format }}
37
working-directory: ./Doc
38
- uses: actions/upload-artifact@master
39
if: success() || failure()
@@ -57,4 +57,4 @@ jobs:
57
58
with:
59
name: build-${{ matrix.version }}-pdf
60
- path: .
+ path: .
0 commit comments