Skip to content

Commit dc47f79

Browse files
Update make.jl
1 parent 96f1780 commit dc47f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ using Documenter, NonlinearSolve
33
makedocs(
44
sitename="NonlinearSolve.jl",
55
authors="Chris Rackauckas",
6-
modules=[NonlinearSolve],
6+
modules=[NonlinearSolve,NonlinearSolve.SciMLBase],
77
clean=true,doctest=false,
88
format = Documenter.HTML(analytics = "UA-90474609-3",
99
assets = ["assets/favicon.ico"],

0 commit comments

Comments
 (0)