Skip to content

Commit 06f4f21

Browse files
authored
Update Sphinx build command to suppress warnings
Added suppress_warnings option to Sphinx build command.
1 parent 26071ab commit 06f4f21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run: git pull
3434
working-directory: ./Doc/locales/XX/LC_MESSAGES
3535
- uses: sphinx-doc/github-problem-matcher@v1.1
36-
- run: make -e SPHINXOPTS="--color -D language='XX' -W --keep-going" ${{ matrix.format }}
36+
- run: make -e SPHINXOPTS="--color -D language='XX' -D suppress_warnings=i18n.inconsistent_references -W --keep-going" ${{ matrix.format }}
3737
working-directory: ./Doc
3838
- uses: actions/upload-artifact@master
3939
if: success() || failure()
@@ -57,4 +57,4 @@ jobs:
5757
- uses: actions/upload-artifact@master
5858
with:
5959
name: build-${{ matrix.version }}-pdf
60-
path: .
60+
path: .

0 commit comments

Comments
 (0)