##// END OF EJS Templates
run doc fixing tool on travis
Matthias Bussonnier -
Show More
@@ -26,6 +26,7 b' script:'
26 - |
26 - |
27 if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then
27 if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then
28 pip install -r docs/requirements.txt
28 pip install -r docs/requirements.txt
29 python tools/fixup_whats_new_pr.py
29 make -C docs/ html SPHINXOPTS="-W"
30 make -C docs/ html SPHINXOPTS="-W"
30 fi
31 fi
31 after_success:
32 after_success:
General Comments 0
You need to be logged in to leave comments. Login now