Skip to content

Commit

Permalink
docs: add NonlinearSolveHomotopyContinuation to doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Jan 29, 2025
1 parent 1decea6 commit 5426e99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ using Sundials
using NonlinearSolveBase, SciMLBase, DiffEqBase
using SimpleNonlinearSolve, BracketingNonlinearSolve
using NonlinearSolveFirstOrder, NonlinearSolveQuasiNewton, NonlinearSolveSpectralMethods
using NonlinearSolveHomotopyContinuation
using SciMLJacobianOperators
using NonlinearSolve, SteadyStateDiffEq

Expand Down Expand Up @@ -35,6 +36,7 @@ makedocs(;
NonlinearSolveBase, SciMLBase, DiffEqBase,
SimpleNonlinearSolve, BracketingNonlinearSolve,
NonlinearSolveFirstOrder, NonlinearSolveQuasiNewton, NonlinearSolveSpectralMethods,
NonlinearSolveHomotopyContinuation,
Sundials,
SciMLJacobianOperators,
NonlinearSolve, SteadyStateDiffEq
Expand Down

0 comments on commit 5426e99

Please sign in to comment.