JuliaDocs / DocumentationGenerator.jl

MIT License
21 stars 7 forks source link

Run Documenter in Main #200

Closed mortenpi closed 1 year ago

mortenpi commented 1 year ago

Following #184 we evaluate the make.jl script into a temporary module, but Documenter generally assumes that things are present in Main (e.g. when referring to them in at-meta blocks). This flips the rundocumenter.jl script around, putting all our code into an anonymous module, but @eval-ing the updated make.jl expression into Main. Fix #199.

cc @vdayanand @pfitzseb

mortenpi commented 1 year ago

Done. Also updated the version to 0.7.3 so we could tag this right away.