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
|
- cd Doc
|
||||||
- make venv PYTHON=python3
|
- make venv PYTHON=python3
|
||||||
script:
|
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
|
- os: linux
|
||||||
language: c
|
language: c
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
Loading…
Reference in New Issue