Skip to content

Commit

Permalink
add ENV["GKSwstype"] = "100" (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrodium authored Feb 14, 2024
1 parent fe1c7cd commit 0f74402
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -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(;
Expand Down

0 comments on commit 0f74402

Please sign in to comment.