Skip to content

Commit

Permalink
Build the docs against Sphinx 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed May 23, 2017
1 parent 374e57d commit ec6f21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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"

Expand Down

0 comments on commit ec6f21d

Please sign in to comment.