From 803f19fc7034f161a5576a2c60dff24e74d721ec Mon Sep 17 00:00:00 2001 From: Simone Date: Sun, 21 Apr 2024 12:10:14 -0400 Subject: [PATCH] try doc deployment; --- docs/make.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 35616c59..f2920d8c 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,6 +1,6 @@ -push!(LOAD_PATH,"../src/") +#push!(LOAD_PATH,"../src/") -using Documenter, PrettyTables, Latexify #, Jexpresso +using Documenter, Jexpresso, PrettyTables, Latexify cp("./docs/Manifest.toml", "./docs/src/assets/Manifest.toml", force = true) cp("./docs/Project.toml", "./docs/src/assets/Project.toml", force = true)