Skip to content

Commit

Permalink
avoid having to recompile stdlibs when making docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Feb 20, 2024
1 parent 05d60e7 commit 58e3580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ empty!(LOAD_PATH)
push!(LOAD_PATH, @__DIR__, "@stdlib")
empty!(DEPOT_PATH)
pushfirst!(DEPOT_PATH, joinpath(@__DIR__, "deps"))
pushfirst!(DEPOT_PATH, abspath(Sys.BINDIR, "..", "share", "julia"))
using Pkg
Pkg.instantiate()

Expand Down

0 comments on commit 58e3580

Please sign in to comment.