diff --git a/docs/make.jl b/docs/make.jl index 0e00255f3..10fe84148 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -5,6 +5,7 @@ cp("./docs/Project.toml", "./docs/src/assets/Project.toml", force = true) # Make sure that plots don't throw a bunch of warnings / errors! ENV["GKSwstype"] = "100" +ENV["JULIA_DEBUG"] = "Documenter" using Plots mathengine = MathJax3(Dict(:loader => Dict("load" => ["[tex]/require", "[tex]/mathtools"]),