diff --git a/docs/make.jl b/docs/make.jl index b063d119e..8807884d8 100755 --- a/docs/make.jl +++ b/docs/make.jl @@ -24,6 +24,7 @@ if "--quarto" ∈ ARGS tutorials_folder = (@__DIR__) * "/../tutorials" # instantiate the tutorials environment if necessary Pkg.activate(tutorials_folder) + Pkg.develop(PackageSpec(; path=(@__DIR__) * "/../")) Pkg.resolve() Pkg.instantiate() Pkg.activate(@__DIR__) # but return to the docs one before