Skip to content

Commit 5faa8f5

Browse files
committed
Ensure doc generation warnings fail the build
1 parent 2b7a456 commit 5faa8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ coverage:
3838
open htmlcov/index.html
3939

4040
build-docs:
41-
cd docs/; sphinx-build -T -E . _build/html
41+
cd docs/; sphinx-build -W -T -E . _build/html
4242

4343
doctest:
4444
cd docs/; sphinx-build -T -b doctest . _build/doctest

0 commit comments

Comments
 (0)