Skip to content

Commit 7f62dda

Browse files
committed
put fail on warning for the documentation workflow
1 parent b6ec0a2 commit 7f62dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
sudo apt-get install graphviz pandoc
4141
- name: Build Docs
4242
run: |
43-
sphinx-build ./docs ./docs/_build -n --keep-going -b html -q
43+
sphinx-build ./docs ./docs/_build -n --keep-going -W -b html -q
4444
4545
sphinx_limits:
4646
name: Doc Build on ${{ matrix.sphinx }}

0 commit comments

Comments
 (0)