From fcd97d44382df520e39de477a5ec99dd89c3fda8 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 5 Sep 2017 00:10:31 -0700 Subject: Include additional changes to support blurbified NEWS (#3340) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 65033fbd74..c4ae89cc2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,7 @@ matrix: - cd Doc # Sphinx is pinned so that new versions that introduce new warnings won't suddenly cause build failures. # (Updating the version is fine as long as no warnings are raised by doing so.) - - python -m pip install sphinx~=1.6.1 + - python -m pip install sphinx~=1.6.1 blurb script: - make check suspicious html SPHINXOPTS="-q -W -j4" - os: linux -- cgit v1.2.1