Make Travis docs build more lenient (#16)

This commit is contained in:
Zachary Ware 2017-02-10 21:02:18 -06:00 committed by Victor Stinner
parent d783b01fdf
commit 29896ad3d3
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ matrix:
- cd Doc
- make venv PYTHON=python3
script:
- make html SPHINXBUILD="./venv/bin/python3 -m sphinx" SPHINXOPTS="-n -q -b linkcheck"
- make html SPHINXBUILD="./venv/bin/python3 -m sphinx" SPHINXOPTS="-q"
- os: linux
language: c
compiler: clang