Skip to content

Commit 754b5e8

Browse files
fix plots
1 parent a56cecb commit 754b5e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
3030
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
31+
JULIA_DEBUG: "Documenter"
3132
run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs/ --code-coverage=user docs/make.jl
3233
- uses: julia-actions/julia-processcoverage@v1
3334
- uses: codecov/codecov-action@v4

docs/src/tutorials/initialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To illustrate how to perform the initialization, let's take a look at the Cartes
3434
pendulum:
3535

3636
```@example init
37-
using ModelingToolkit, OrdinaryDiffEq, Test
37+
using ModelingToolkit, OrdinaryDiffEq, Plots
3838
using ModelingToolkit: t_nounits as t, D_nounits as D
3939
4040
@parameters g

0 commit comments

Comments
 (0)