JuliaDocs / DocumentationGenerator.jl

MIT License
21 stars 7 forks source link

Documenter version extraction in rundocumenter.jl fails for new manifest format #192

Open mortenpi opened 1 year ago

mortenpi commented 1 year ago

This part

https://github.com/JuliaDocs/DocumentationGenerator.jl/blob/80b8c217a193a283c1617157c6a6e343fb8ecb79/src/rundocumenter.jl#L26-L37

generally leads to a KeyError("Documenter") because the new Manifest.toml format wraps all the packages in [deps.PackageName]. So we should probably do pm["deps"]["Documenter"] to extract the package (but probably also check manifest_format?).