We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a4314 commit 5dafe5dCopy full SHA for 5dafe5d
1 file changed
scripts/build_docu.jl
@@ -2,6 +2,5 @@
2
# run with: julia --project=docs scripts/build_docu.jl
3
4
using Pkg
5
-Pkg.develop(path=dirname(@__DIR__))
6
-Pkg.instantiate()
+Pkg.activate(joinpath(@__DIR__, "..", "docs"))
7
using LiveServer; servedocs(launch_browser=true)
0 commit comments