We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75cc7e2 commit 2ef8207Copy full SHA for 2ef8207
docs/make.jl
@@ -1,6 +1,6 @@
1
using Documenter, DiffEqBase, SciMLBase, OrdinaryDiffEq
2
import ODEProblemLibrary, SDEProblemLibrary, DDEProblemLibrary, DAEProblemLibrary
3
-using Sundials
+using Sundials, DASKR
4
5
cp("./docs/Manifest.toml", "./docs/src/assets/Manifest.toml", force = true)
6
cp("./docs/Project.toml", "./docs/src/assets/Project.toml", force = true)
@@ -15,7 +15,7 @@ makedocs(modules = [
15
DDEProblemLibrary,
16
DAEProblemLibrary,
17
OrdinaryDiffEq,
18
- Sundials,
+ Sundials, DASKR,
19
],
20
strict = [
21
:doctest,
0 commit comments