commit | 29896ad3d33aaf1b9cb1e0f117f7d989843b4a19 | [log] [tgz] |
---|---|---|
author | Zachary Ware <zachary.ware@gmail.com> | Fri Feb 10 21:02:18 2017 -0600 |
committer | Victor Stinner <victor.stinner@gmail.com> | Sat Feb 11 04:02:18 2017 +0100 |
tree | 563a987a0906e90f9694ecfb1c1fd9b435c1ee95 | |
parent | d783b01fdfb01955c1854e78ee69c731a5c035b6 [diff] |
Make Travis docs build more lenient (#16)
diff --git a/.travis.yml b/.travis.yml index 140a890..1066e5f 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -33,7 +33,7 @@ - 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