##// END OF EJS Templates
Travis-CI: set SPHINXOPTS="-W" for make docs
Corey McCandless -
Show More
@@ -24,7 +24,7 b' script:'
24 - |
24 - |
25 if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then
25 if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then
26 pip install -r docs/requirements.txt
26 pip install -r docs/requirements.txt
27 make -C docs/ html
27 make -C docs/ html SPHINXOPTS="-W"
28 fi
28 fi
29 after_success:
29 after_success:
30 - cp /tmp/ipy_coverage.xml ./
30 - cp /tmp/ipy_coverage.xml ./
General Comments 0
You need to be logged in to leave comments. Login now