Is there any way to speed up Documenter a bit?

How do you run makedocs? If you use julia make.jl (or similar) then you can instead just include("make.jl") in a long-running session. That should make doc builds almost instant, unless you have long-running examples or similar.

4 Likes