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.
2 parents f079afa + a879de9 commit 2afeff5Copy full SHA for 2afeff5
.github/workflows/CompatHelper.yml
@@ -23,4 +23,4 @@ jobs:
23
- name: CompatHelper.main()
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
- run: julia -e 'using CompatHelper; CompatHelper.main()'
+ run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs"])'
docs/Project.toml
@@ -1,3 +1,7 @@
1
[deps]
2
CellMLToolkit = "03cb29e0-1ef4-4721-aa24-cf58a006576f"
3
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
4
+
5
+[compat]
6
+CellMLToolkit = "2.9"
7
+Documenter = "0.27"
0 commit comments