Skip to content

Commit c8224de

Browse files
committed
TMP: fix for doc build in travis
1 parent e4a033d commit c8224de

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
@@ -53,7 +53,7 @@ install:
5353

5454
# Doc dependencies
5555
- if [[ "$BUILD_DOCS" == "true" ]]; then
56-
pip install sphinx<1.7 sphinx_rtd_theme travis-sphinx;
56+
pip install "sphinx<1.7" sphinx_rtd_theme travis-sphinx;
5757
fi
5858

5959
# Install our package

0 commit comments

Comments
 (0)