Aaron Meurer

Results 391 issues of Aaron Meurer

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...

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".

This should make debugging people's logs easier. The install should show it too, but this will just make it easier.

I just found out about this https://docs.travis-ci.com/user/customizing-the-build#Deploying-your-Code. We should check if it would be better to run doctr there.

See https://travis-ci.org/drdoctr/doctr/jobs/270674852. Unfortunately the output is all out of order (hopefully fixed in https://github.com/drdoctr/doctr/pull/250). I'm not clear why it isn't working.

If there is no deploy key, it just says "Don't have permission to push. Not trying." This is there so that builds don't fail on forks and other branches. Can...

[This page](https://drdoctr.github.io/doctr/recipes.html). A lot of people especially wonder about the first one. This is possibly related to https://github.com/drdoctr/doctr/issues/231. I wish the theme showed the full docs index at the top...