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 949352b + 97fc00a commit daf4a5aCopy full SHA for daf4a5a
.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
@@ -3,4 +3,5 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
LabelledArrays = "2ee39098-c373-598a-b85f-a56591580800"
4
5
[compat]
6
-Documenter = "0.27"
+Documenter = "0.27"
7
+LabelledArrays = "1.12"
0 commit comments