diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2017-02-11 03:02:18 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-02-11 03:02:18 (GMT) |
commit | 29896ad3d33aaf1b9cb1e0f117f7d989843b4a19 (patch) | |
tree | 563a987a0906e90f9694ecfb1c1fd9b435c1ee95 /.travis.yml | |
parent | d783b01fdfb01955c1854e78ee69c731a5c035b6 (diff) | |
download | cpython-29896ad3d33aaf1b9cb1e0f117f7d989843b4a19.zip cpython-29896ad3d33aaf1b9cb1e0f117f7d989843b4a19.tar.gz cpython-29896ad3d33aaf1b9cb1e0f117f7d989843b4a19.tar.bz2 |
Make Travis docs build more lenient (#16)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 140a890..1066e5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |