Skip to content

Commit

Permalink
output png not svg for CairoMakie (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz authored Oct 23, 2023
1 parent 7eec50c commit e950901
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
Expand Up @@ -4,6 +4,10 @@ import Makie, CairoMakie
using DocumenterMarkdown
using Rasters.LookupArrays, Rasters.Dimensions

# Don't output huge svgs for Makie plots
CairoMakie.activate!(type = "png")

# Fix some GR.jl CI bug
ENV["GKSwstype"] = "100"

# Plots warnings are brWarn doctests. They dont warn the second time.
Expand Down

0 comments on commit e950901

Please sign in to comment.