We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b9081 commit 0efccb5Copy full SHA for 0efccb5
.travis.yml
@@ -9,7 +9,7 @@ cache:
9
- $HOME/.pip-cache/
10
- _build
11
12
-install: pip install --download-cache $HOME/.pip-cache --user sphinx==1.1.3
+install: pip install --download-cache $HOME/.pip-cache sphinx==1.1.3
13
14
script: sphinx-build -nW -b html -d _build/doctrees . _build/html
15
0 commit comments