From 67bd6b0d9976afe6afb41dabbd007e5de29604a5 Mon Sep 17 00:00:00 2001 From: hyrodium Date: Wed, 14 Feb 2024 18:39:43 +0900 Subject: [PATCH] add `ENV["GKSwstype"] = "100"` --- docs/make.jl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/make.jl b/docs/make.jl index f6a05e4..d6336e3 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,6 +1,10 @@ using IntervalSets using Documenter +# We need to set `ENV["GKSwstype"]` to suppress the warning on GitHub Actions. +# https://github.com/JuliaPlots/Plots.jl/issues/1076#issuecomment-327509819 +ENV["GKSwstype"] = "100" + DocMeta.setdocmeta!(IntervalSets, :DocTestSetup, :(using IntervalSets); recursive=true) makedocs(;