run sphinx-build in parallel

develop
lethosor 2016-04-12 20:09:27 -04:00
parent a92b67c80d
commit e7fba67a72
1 changed files with 1 additions and 1 deletions

@ -30,7 +30,7 @@ before_install:
script:
- git tag tmp-travis-build
- sh travis/git-info.sh
- sphinx-build -qW . docs/html
- sphinx-build -qW -j3 . docs/html
- python travis/pr-check-base.py
- python travis/lint.py
- python travis/authors-rst.py