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 4029301 + 683781a commit 9478422Copy full SHA for 9478422
.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 @@ MultiScaleArrays = "f9640e96-87f6-5992-9c3b-0743c6a49ffa"
3
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
4
5
[compat]
6
-Documenter = "0.27"
+Documenter = "0.27"
7
+MultiScaleArrays = "1.10"
0 commit comments