Skip to content

Commit 5def66d

Browse files
PyPlot.jl erred in docs
1 parent 340e72a commit 5def66d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/make.jl

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
using Documenter, FastTransforms, Literate
1+
using Documenter, FastTransforms, Literate, Plots
2+
3+
# Set matplotlib gui backend
4+
ENV["MPLBACKEND"] = "agg"
5+
ENV["PYTHON"] = ""
6+
7+
# Initialize backends
8+
pyplot()
9+
plotlyjs()
10+
gr()
211

312
const EXAMPLES_DIR = joinpath(@__DIR__, "..", "examples")
413
const OUTPUT_DIR = joinpath(@__DIR__, "src/generated")

0 commit comments

Comments
 (0)