Skip to content

Commit b6ec0a2

Browse files
committed
put fail on warning for the sphinx_limit workflow
1 parent 06ced10 commit b6ec0a2

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
@@ -76,6 +76,6 @@ jobs:
7676
sudo apt-get install graphviz pandoc
7777
- name: Build Docs
7878
run: |
79-
sphinx-build ./docs ./docs/_build -n --keep-going -b html -q
79+
sphinx-build ./docs ./docs/_build -n --keep-going -W -b html -q
8080
8181

0 commit comments

Comments
 (0)