doctr icon indicating copy to clipboard operation
doctr copied to clipboard

A tool for automatically deploying docs from Travis CI to GitHub pages.

Results 86 doctr issues
Sort by recently updated
recently updated
newest added

That way if you have multiple locations of stuff to sync it is easy to do that.

As of 1.5.0, the `--gh-pages-docs` flag is deprecated in favor of a required command line argument (`doctr deploy deploy_dir`). Several repos need to be updated. Following the merge and release...

Someone might want it, e.g., if there is a worry that the docs could blow up the repo size. Shouldn't be the default, though, because there are nice advantages to...

See https://travis-ci.org/ayush1999/sympy/jobs/253525213 (you have to download the raw log).

You get ``` Identity added: /Users/travis/.ssh/github_deploy_key (/Users/travis/.ssh/github_deploy_key) ssh_askpass: exec(/usr/X11R6/bin/ssh-askpass): No such file or directory Host key verification failed. fatal: Could not read from remote repository. ``` Seems to be some...

based on the docs : https://docs.travis-ci.com/user/environment-variables/ TRAVIS_PULL_REQUEST: The pull request number if the current job is a pull request, “false” if it’s not a pull request. This closes #199

`get_travis_branch()` says it gives the right branch for a PR, but it seems to be giving master for me. This is on a PR from a branch on the same...

I am getting this even after re-running doctr configure and replacing the encrypted key in .travis.yml. This is after installing doctr from git. No idea what is going on here....

We need some kind of automated tests for doctr configure. Just testing `--no-upload-key` is a good start. Testing beyond that is more difficult, as we'd have to mock out the...

OK, I'm going to try to explain this one. It's hard to explain though, maybe easier to do. Let's say `user` send PR-XYZ (branch `fix-typo`) to `canonical/repo` Travis cannot deploy...