Skip to content

Commit

Permalink
Make Travis docs build more lenient (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
zware authored and vstinner committed Feb 11, 2017
1 parent d783b01 commit 29896ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 29896ad

Please sign in to comment.