Skip to content

Commit 1af69ba

Browse files
committed
Update docs build
1 parent adde8c0 commit 1af69ba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/make.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ include("pages.jl")
1010

1111
makedocs(; sitename = "NonlinearSolve.jl",
1212
authors = "Chris Rackauckas",
13-
modules = [NonlinearSolve, SciMLBase, DiffEqBase, SimpleNonlinearSolve, Sundials,
14-
SteadyStateDiffEq],
13+
modules = [NonlinearSolve, SimpleNonlinearSolve, SteadyStateDiffEq],
1514
clean = true, doctest = false, linkcheck = true,
1615
linkcheck_ignore = ["https://twitter.com/ChrisRackauckas/status/1544743542094020615"],
17-
warnonly = [:missing_docs, :cross_references],
16+
warnonly = [:cross_references],
1817
format = Documenter.HTML(assets = ["assets/favicon.ico"],
1918
canonical = "https://docs.sciml.ai/NonlinearSolve/stable/"),
2019
pages)

0 commit comments

Comments
 (0)