Skip to content

Commit 17775ae

Browse files
authored
Pin again sphinx version as stated in the comment. (GH-9824)
1 parent bf03471 commit 17775ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ matrix:
5454
# Sphinx is pinned so that new versions that introduce new warnings won't suddenly cause build failures.
5555
# (Updating the version is fine as long as no warnings are raised by doing so.)
5656
# The theme used by the docs is stored separately, so we need to install that as well.
57-
- python -m pip install sphinx blurb python-docs-theme
57+
- python -m pip install sphinx==1.8.1 blurb python-docs-theme
5858
script:
5959
- make check suspicious html SPHINXOPTS="-q -W -j4"
6060
- os: osx

0 commit comments

Comments
 (0)