Skip to content

Commit 5dafe5d

Browse files
committed
Fix build_docu.jl
1 parent 93a4314 commit 5dafe5d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/build_docu.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
# run with: julia --project=docs scripts/build_docu.jl
33

44
using Pkg
5-
Pkg.develop(path=dirname(@__DIR__))
6-
Pkg.instantiate()
5+
Pkg.activate(joinpath(@__DIR__, "..", "docs"))
76
using LiveServer; servedocs(launch_browser=true)

0 commit comments

Comments
 (0)