PSA: Use a project for building your docs

Right, maybe that is actually a better option but then you have to explicitly upgrade your doc build dependencies to get shiny new stuff. I actually do this in Literate.jl, where I have developed the package with a relative path, stored in the manifest. That means that Pkg.instantiate() is enough, and I don’t have to Pkg.add my own package as a separate step.