Skip to content

Commit 9267518

Browse files
committed
fix Sphinx build options to suppress specific warnings
1 parent a63a8c6 commit 9267518

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
sudo apt-get update
3939
sudo apt-get install -y librsvg2-bin
4040
- uses: sphinx-doc/github-problem-matcher@v1.1
41-
- run: make -e SPHINXOPTS="--color -D language='ru' -W --keep-going -D suppress_warnings='term.not_in_glossary,inconsistent_references'" ${{ matrix.format }}
41+
- run: make -e SPHINXOPTS="--color -D language='ru' -W --keep-going -D suppress_warnings='ref.term,i18n.inconsistent_references'" ${{ matrix.format }}
4242
working-directory: ./Doc
4343
- uses: actions/upload-artifact@master
4444
if: success() || failure()

0 commit comments

Comments
 (0)