Skip to content

Commit 46831ab

Browse files
committed
doc-CI: Treat warnings as errors
1 parent 50f2ec6 commit 46831ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
pip install -r doc_requirements.txt
2828
- name: Build documentation
2929
run: |
30-
sphinx-build -b html doc _doc_build
30+
sphinx-build -W -b html doc _doc_build

0 commit comments

Comments
 (0)