Skip to content

Commit

Permalink
fixup! docs: add friction tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan committed Apr 19, 2024
1 parent 17903fd commit c6e2177
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ using Documenter
cp("./docs/Manifest.toml", "./docs/src/assets/Manifest.toml", force = true)
cp("./docs/Project.toml", "./docs/src/assets/Project.toml", force = true)

DocMeta.setdocmeta!(ModelingToolkitNeuralNets, :DocTestSetup, :(using ModelingToolkitNeuralNets); recursive = true)
DocMeta.setdocmeta!(ModelingToolkitNeuralNets, :DocTestSetup,
:(using ModelingToolkitNeuralNets); recursive = true)

makedocs(;
modules = [ModelingToolkitNeuralNets],
Expand Down

0 comments on commit c6e2177

Please sign in to comment.