From ec6f21df588657e87f60dc725aca0104b06c95d1 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 22 May 2017 17:17:47 -0700 Subject: [PATCH] Build the docs against Sphinx 1.6.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0bc552a621cfe1..568b6f06d902f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,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.5.6 + - python -m pip install sphinx~=1.6.1 script: - make check suspicious html SPHINXOPTS="-q -W"