From 29896ad3d33aaf1b9cb1e0f117f7d989843b4a19 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Fri, 10 Feb 2017 21:02:18 -0600 Subject: [PATCH] Make Travis docs build more lenient (#16) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 140a89060a8e27..1066e5fb1450be 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