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 96f1780 commit dc47f79Copy full SHA for dc47f79
docs/make.jl
@@ -3,7 +3,7 @@ using Documenter, NonlinearSolve
3
makedocs(
4
sitename="NonlinearSolve.jl",
5
authors="Chris Rackauckas",
6
- modules=[NonlinearSolve],
+ modules=[NonlinearSolve,NonlinearSolve.SciMLBase],
7
clean=true,doctest=false,
8
format = Documenter.HTML(analytics = "UA-90474609-3",
9
assets = ["assets/favicon.ico"],
0 commit comments