doctr
doctr copied to clipboard
A tool for automatically deploying docs from Travis CI to GitHub pages.
Would it be possible to have a more quiet doctr?
It could be desirable to add additional information to the commit message. We should add a flag to deploy to do it. I haven't hit the use-case myself yet, though,...
On GitHub (assumedly using the GitHub API).
If you try to configure for a repo you don't have access to, you get an error like ```pytb Traceback (most recent call last): File "/Users/aaronmeurer/anaconda3/lib/python3.5/runpy.py", line 193, in _run_module_as_main...
If we are in a git repo but not at the root of it, print error and allow user to ``--force`` doctr to run anyway. If not in a git...
I'm more than happy to PR, or start a PR. I just wanted to use this to gauge interest.
See for instance https://travis-ci.org/asmeurer/iterm2-tools/jobs/298968310, where it can't create .nojekyll because it's in a directory that no longer exists after the stash. Possibly other things could fail as well (e.g., the...
DOCTR_DEPLOY_ENCRYPTION_KEY not being set can be caused if you add the "env" key as suggested by doctr configure, but it's already set in .travis.yml, since YAML takes the latest instance...
See https://github.com/drdoctr/doctr/pull/266. Prior to that PR, if --command changes a file that isn't synced, it is either ignored, or in the case where no files are actually added by the...
If there are whitelisted branches, it still says "the docs are only pushed on master".