There was an error while loading. Please reload this page.
1 parent a63a8c6 commit 9267518Copy full SHA for 9267518
1 file changed
.github/workflows/test-build.yml
@@ -38,7 +38,7 @@ jobs:
38
sudo apt-get update
39
sudo apt-get install -y librsvg2-bin
40
- 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 }}
+ - run: make -e SPHINXOPTS="--color -D language='ru' -W --keep-going -D suppress_warnings='ref.term,i18n.inconsistent_references'" ${{ matrix.format }}
42
working-directory: ./Doc
43
- uses: actions/upload-artifact@master
44
if: success() || failure()
0 commit comments