vericast / spylon

Utilities to work with Scala/Java code with py4j
https://maxpoint.github.io/spylon/
BSD 3-Clause "New" or "Revised" License
40 stars 16 forks source link

doctr failure #48

Open ericdill opened 7 years ago

ericdill commented 7 years ago

@mariusvniekerk any idea how to fix this doctr failure? https://travis-ci.org/maxpoint/spylon/jobs/235685518

Successfully built doctr cryptography pycparser
Installing collected packages: idna, asn1crypto, pyparsing, packaging, pycparser, cffi, cryptography, doctr
Successfully installed asn1crypto-0.22.0 cffi-1.10.0 cryptography-1.8.1 doctr-1.5.3 idna-2.5 packaging-16.8 pycparser-2.17 pyparsing-2.2.0
Setting git attributes
git config --global user.name 'Doctr (Travis CI)'
git config --global user.email drdoctr@users.noreply.github.com
Adding doctr remote
ssh-add /home/travis/.ssh/github_deploy_key
Identity added: /home/travis/.ssh/github_deploy_key (/home/travis/.ssh/github_deploy_key)
git remote add doctr_remote git@github.com:maxpoint/spylon.git
Fetching doctr remote
git fetch doctr_remote
Warning: Permanently added the RSA host key for IP address '192.30.253.112' to the list of known hosts.
From github.com:maxpoint/spylon
 * [new branch]      gh-pages   -> doctr_remote/gh-pages
 * [new branch]      master     -> doctr_remote/master
Checking out gh-pages
git checkout -b gh-pages --track doctr_remote/gh-pages
error: Your local changes to the following files would be overwritten by checkout:
    docs/index.rst
Please, commit your changes or stash them before you can switch branches.
Aborting
M   docs/index.rst
HEAD is now at 6fbb79a... Merge pull request #47 from ericdill/issue-46
The command "if [[ $TRAVIS_PYTHON_VERSION = "3.5" && $TRAVIS_BRANCH = "master" && $TRAVIS_PULL_REQUEST = "false" ]]; then pip install doctr; doctr deploy docs/_build/html; fi;" exited with 1.
Done. Your build exited with 1.
mariusvniekerk commented 7 years ago

There may be some changes in doctr. Think this is why we built docs in a docker container.