Skip to content

Commit 0efccb5

Browse files
committed
Fix build
1 parent 64b9081 commit 0efccb5

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
@@ -9,7 +9,7 @@ cache:
99
- $HOME/.pip-cache/
1010
- _build
1111

12-
install: pip install --download-cache $HOME/.pip-cache --user sphinx==1.1.3
12+
install: pip install --download-cache $HOME/.pip-cache sphinx==1.1.3
1313

1414
script: sphinx-build -nW -b html -d _build/doctrees . _build/html
1515

0 commit comments

Comments
 (0)