diff --git a/Project.toml b/Project.toml index 9f457f4..ac9e983 100644 --- a/Project.toml +++ b/Project.toml @@ -37,7 +37,7 @@ ReverseDiff = "1.15.3" SafeTestsets = "0.1, 1" SciMLBase = "2.54.0, 3.0" SciMLJacobianOperators = "0.1" -SciMLTesting = "2.2" +SciMLTesting = "2.4" StaticArraysCore = "1.4" Test = "1.10" Tracker = "0.2.35" diff --git a/docs/make.jl b/docs/make.jl index 33bee76..d8eb7d4 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -19,7 +19,7 @@ makedocs(; authors = "Avik Pal", modules = [LineSearch], clean = true, - doctest = false, + doctest = true, linkcheck = true, checkdocs = :exports, plugins = [bib], diff --git a/test/qa/Project.toml b/test/qa/Project.toml index 0ef04b8..92438d9 100644 --- a/test/qa/Project.toml +++ b/test/qa/Project.toml @@ -6,5 +6,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] Aqua = "0.8" -SciMLTesting = "2.2" +SciMLTesting = "2.4" Test = "1.10"