I’m trying out Documenter’s ability to generate HTML, and I’m trying to get Travis to do this automatically. Documenter works fine locally, but Travis complains and doesn’t generate HTML. Does anyone have any tips for debugging this sort of thing?
whereas I assume locally you’re doing something like julia make.jl while in the docs/ directory. Just adjust the paths in your travis script so that you include from within docs/ and everything should work correctly.
Re: generated files: perhaps have a look at @autodocs and see if that helps to simplify the make.jl script. I’m open to ideas for improvements to it if it’s doesn’t do everything you need (open an issue rather than going off-topic here is probably best).