From 961059a7c89fc4731d0e2b882fe4e9faefd5b303 Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Fri, 22 Nov 2024 02:11:46 -0600 Subject: [PATCH] Add update! in the documentation --- docs/Project.toml | 1 + docs/make.jl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 3c46e10..2e2240d 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,6 +1,7 @@ [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" KrylovPreconditioners = "45d422c2-293f-44ce-8315-2cb988662dec" +SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] Documenter = "1.0" diff --git a/docs/make.jl b/docs/make.jl index dfdf5a4..47a4ce8 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,4 +1,4 @@ -using Documenter, KrylovPreconditioners +using Documenter, KrylovPreconditioners, SparseArrays makedocs( modules = [KrylovPreconditioners],