Skip to content

Commit 8009752

Browse files
committed
restrict MTK.jl to v.9.41 in doc building
1 parent 2e481ec commit 8009752

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ JuMP = "1"
1616
LinearAlgebra = "1.6"
1717
Logging = "1.6"
1818
Plots = "1"
19-
ModelingToolkit = "9"
19+
ModelingToolkit = "~9.41"

docs/src/manual/mtk.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ the last section.
2222
as a basic starting template to combine both packages. There is no guarantee that it
2323
will work for all corner cases.
2424

25+
!!! compat
26+
The example only work with `ModelingToolkit.jl` v9.41 releases.
27+
2528
We first construct and instantiate the pendulum model:
2629

2730
```@example 1

0 commit comments

Comments
 (0)