From 5dc7f534c236e508595d9c024cdd4976deaf4f56 Mon Sep 17 00:00:00 2001 From: ArnoStrouwen Date: Mon, 16 Oct 2023 14:11:42 +0200 Subject: [PATCH] enable doc debug --- docs/make.jl | 1 + 1 file changed, 1 insertion(+) 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"]),