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

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

E.g., with `after_success` only in python == 3.6 builds.

I have a branch which did not have the deploy key file and everything passed. When it merged it failed because it couldn't find the key. Would it be possible...

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.

The CLI say: `- secure: "{encrypted_variable}"` The Docs say: ` secure: ""` Note the subtle difference of `-`. [I think travis interprets these differently (in a way that is not...

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

The --built-docs flag was incorrectly not being used in this repo and it wasn't failing (or rather it was failing, but in a weird way). https://github.com/ergs/rg-db-public. Note that it doesn't...