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 01976b1 commit e2904f9Copy full SHA for e2904f9
docs/make.jl
@@ -1,5 +1,7 @@
1
using ModelingToolkitNeuralNets
2
using Documenter
3
+ENV["GKSwstype"] = "100"
4
+ENV["JULIA_DEBUG"] = "Documenter"
5
6
cp("./docs/Manifest.toml", "./docs/src/assets/Manifest.toml", force = true)
7
cp("./docs/Project.toml", "./docs/src/assets/Project.toml", force = true)
docs/src/friction.md
@@ -21,6 +21,7 @@ using SymbolicIndexingInterface
21
using StableRNGs
22
using Lux
23
using Plots
24
+using Test #hide
25
```
26
27
## Problem Setup
0 commit comments