From fd58340e477d82141c90f90c7ec888c3aa9fe84a Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 22 May 2017 17:47:01 -0700 Subject: [PATCH] Build the docs against Sphinx 1.6.1 (GH-1744) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0bc552a621cf..568b6f06d902 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" -- 2.47.3