Skip to content

Commit e2904f9

Browse files
author
Sathvik Bhagavan
committed
docs: import Test
1 parent 01976b1 commit e2904f9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/make.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
using ModelingToolkitNeuralNets
22
using Documenter
3+
ENV["GKSwstype"] = "100"
4+
ENV["JULIA_DEBUG"] = "Documenter"
35

46
cp("./docs/Manifest.toml", "./docs/src/assets/Manifest.toml", force = true)
57
cp("./docs/Project.toml", "./docs/src/assets/Project.toml", force = true)

docs/src/friction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ using SymbolicIndexingInterface
2121
using StableRNGs
2222
using Lux
2323
using Plots
24+
using Test #hide
2425
```
2526

2627
## Problem Setup

0 commit comments

Comments
 (0)