Skip to content

Commit 98e4621

Browse files
Update make.jl
1 parent 8f78440 commit 98e4621

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/make.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
using Documenter, ModelingToolkit
22

3+
# Make sure that plots don't throw a bunch of warnings / errors!
4+
ENV["GKSwstype"] = "100"
5+
using Plots
6+
37
include("pages.jl")
48

59
mathengine = MathJax3(Dict(:loader => Dict("load" => ["[tex]/require", "[tex]/mathtools"]),

0 commit comments

Comments
 (0)