Skip to content

Commit 79e855e

Browse files
Merge pull request #150 from ArnoStrouwen/solve_docstring
add DiffEqBase to makedocs modules
2 parents f581c62 + d58050b commit 79e855e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/make.jl

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ include("pages.jl")
88

99
makedocs(sitename = "NonlinearSolve.jl",
1010
authors = "Chris Rackauckas",
11-
modules = [NonlinearSolve, NonlinearSolve.SciMLBase, SimpleNonlinearSolve,
12-
Sundials, SciMLNLSolve, NonlinearSolveMINPACK, SteadyStateDiffEq],
11+
modules = [NonlinearSolve, NonlinearSolve.SciMLBase, NonlinearSolve.DiffEqBase,
12+
SimpleNonlinearSolve, Sundials, SciMLNLSolve, NonlinearSolveMINPACK,
13+
SteadyStateDiffEq],
1314
clean = true, doctest = false,
1415
strict = [
1516
:doctest,

0 commit comments

Comments
 (0)