Skip to content

Commit daf4a5a

Browse files
Merge pull request #136 from ArnoStrouwen/patch-1
doc compat
2 parents 949352b + 97fc00a commit daf4a5a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: CompatHelper.main()
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
run: julia -e 'using CompatHelper; CompatHelper.main()'
26+
run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs"])'

docs/Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
LabelledArrays = "2ee39098-c373-598a-b85f-a56591580800"
44

55
[compat]
6-
Documenter = "0.27"
6+
Documenter = "0.27"
7+
LabelledArrays = "1.12"

0 commit comments

Comments
 (0)