diff --git a/.travis.sh b/.travis.sh index 243ff6ac2f5eb7b93a27878f2f66f50b87ba9a21..d01ca6689289cd6206271b0265503c2ca66a473c 100755 --- a/.travis.sh +++ b/.travis.sh @@ -54,7 +54,7 @@ if [ "$TRAVIS_BRANCH" == "master" -a "$TRAVIS_PULL_REQUEST" == "false" ]; then # Install GitHub pages import helper and Material, so we can use it as a # base template and add overrides pip install --user ghp-import - python setup.py install + python setup.py --user install # Build documentation with overrides and publish to GitHub pages mkdocs build --theme material --theme-dir overrides