Skip to content

Commit

Permalink
try loading for docstring to be picked up
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavdixit02 committed Nov 23, 2023
1 parent 638f895 commit 81ec6ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Documenter, Optimization
using Documenter, Optimization, SciMLBase
using FiniteDiff, ForwardDiff, ModelingToolkit, ReverseDiff, Tracker, Zygote

cp("./docs/Manifest.toml", "./docs/src/assets/Manifest.toml", force = true)
Expand All @@ -8,7 +8,7 @@ include("pages.jl")

makedocs(sitename = "Optimization.jl",
authors = "Chris Rackauckas, Vaibhav Kumar Dixit et al.",
modules = [Optimization, Optimization.SciMLBase, FiniteDiff,
modules = [Optimization, SciMLBase, FiniteDiff,
ForwardDiff, ModelingToolkit, ReverseDiff, Tracker, Zygote],
clean = true, doctest = false, linkcheck = true,
warnonly = [:missing_docs],
Expand Down

0 comments on commit 81ec6ab

Please sign in to comment.