mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
Make Travis docs build more lenient (#16)
This commit is contained in:
parent
d783b01fdf
commit
29896ad3d3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue