Skip to content

Commit 2ef8207

Browse files
add DASKR to the build
1 parent 75cc7e2 commit 2ef8207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using Documenter, DiffEqBase, SciMLBase, OrdinaryDiffEq
22
import ODEProblemLibrary, SDEProblemLibrary, DDEProblemLibrary, DAEProblemLibrary
3-
using Sundials
3+
using Sundials, DASKR
44

55
cp("./docs/Manifest.toml", "./docs/src/assets/Manifest.toml", force = true)
66
cp("./docs/Project.toml", "./docs/src/assets/Project.toml", force = true)
@@ -15,7 +15,7 @@ makedocs(modules = [
1515
DDEProblemLibrary,
1616
DAEProblemLibrary,
1717
OrdinaryDiffEq,
18-
Sundials,
18+
Sundials, DASKR,
1919
],
2020
strict = [
2121
:doctest,

0 commit comments

Comments
 (0)