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 17903fd commit c6e2177Copy full SHA for c6e2177
docs/make.jl
@@ -4,7 +4,8 @@ using Documenter
4
cp("./docs/Manifest.toml", "./docs/src/assets/Manifest.toml", force = true)
5
cp("./docs/Project.toml", "./docs/src/assets/Project.toml", force = true)
6
7
-DocMeta.setdocmeta!(ModelingToolkitNeuralNets, :DocTestSetup, :(using ModelingToolkitNeuralNets); recursive = true)
+DocMeta.setdocmeta!(ModelingToolkitNeuralNets, :DocTestSetup,
8
+ :(using ModelingToolkitNeuralNets); recursive = true)
9
10
makedocs(;
11
modules = [ModelingToolkitNeuralNets],
0 commit comments