Skip to content

Commit be53cf7

Browse files
Merge pull request #120 from ArnoStrouwen/doccompat
doc compat
2 parents 0ac9088 + 30617e8 commit be53cf7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
16-
run: julia -e 'using CompatHelper; CompatHelper.main()'
16+
run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs"])'

docs/Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[deps]
2-
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
32
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3+
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
4+
SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
45

56
[compat]
67
Documenter = "0.27"
8+
SciMLBase = "1.74"
9+
SciMLOperators = "0.1"

0 commit comments

Comments
 (0)