diff --git a/docs/make.jl b/docs/make.jl index 47f111f43..e60577c55 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -18,7 +18,7 @@ makedocs( canonical = "https://docs.sciml.ai/StructuralIdentifiability/stable/", ), pages = pages, - checkdocs = :exports, + checkdocs = :none, ) deploydocs(repo = "github.com/SciML/StructuralIdentifiability.jl.git"; push_preview = true)