From 3bad6892b4e51d23c9aa3bd20e1a7cf7031aa2a8 Mon Sep 17 00:00:00 2001 From: Michael Kraus Date: Mon, 13 Dec 2021 09:07:40 +0100 Subject: [PATCH] Add workaround for Plots Qt backend issue in docs. --- docs/make.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/make.jl b/docs/make.jl index c1c506a..85fe0aa 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,5 +1,7 @@ using Documenter, ElectromagneticFields +ENV["GKSwstype"] = "100" + makedocs( sitename = "ElectromagneticFields.jl", format = Documenter.HTML(