How often will the documentation update? I notice that the current docs are some two weeks old at this point. Could it be automatically triggered for a single package when a new version is registered in the registry?
On a side note, the recent JuliaComputing news letter contained a dead link to the repo DocumentationGenerator.jl
The build system will look for new releases every 30 min. If document generation for a particular release fails, it sticks with the older/existing version. Could you specify the package which didn’t have the latest release docs?
Just stumbled upon this topic and asked myself what is one standard way to build such docs with a file like docs/make.jl.
I found it and want to share it here for others who may be looking for it like I did.
Documenter.jl is such a package, also developed by the JuliaDocs organisation. It helps you writing your docs folder and docs/make.jl file.