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 6770488 + 8bcdaed commit 8c1e4cdCopy full SHA for 8c1e4cd
.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 @@ SymbolicNumericIntegration = "78aadeae-fbc0-11eb-17b6-c7ec0477ba9e"
3
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
4
5
[compat]
6
-Documenter = "0.27"
+Documenter = "0.27"
7
+SymbolicNumericIntegration = "0.8"
0 commit comments