We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ab3ba commit 08b7f0bCopy full SHA for 08b7f0b
1 file changed
.github/workflows/update-and-build.yml
@@ -100,7 +100,7 @@ jobs:
100
- run: sudo apt-get update && sudo apt-get install -y librsvg2-bin
101
if: ${{ matrix.format == 'latex' && fromJSON(matrix.version) >= 3.14 }}
102
- uses: sphinx-doc/github-problem-matcher@1f74d6599f4a5e89a20d3c99aab4e6a70f7bda0f # v1.1
103
- - run: make -e SPHINXOPTS="--color -D language='pl' -W --keep-going" ${{ matrix.format }}
+ - run: make -e SPHINXOPTS="--color -D language='pl' --keep-going" ${{ matrix.format }}
104
working-directory: ./Doc
105
env:
106
SPHINXERRORHANDLING: ''
0 commit comments