Skip to content

Commit b1859af

Browse files
committed
Make warnings in the docs fail the build
1 parent 318eef3 commit b1859af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ install: pip install sphinx
44
script:
55
- make doctest
66
- make html
7-
- sphinx-build -E -c docs -b html docs docs/_build/html
7+
- sphinx-build -E -W -c docs -b html docs docs/_build/html

0 commit comments

Comments
 (0)