mirror of https://github.com/python/cpython
Make Travis docs build more lenient (#16)
This commit is contained in:
parent
d783b01fdf
commit
29896ad3d3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue