We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 234d9af commit 72ca416Copy full SHA for 72ca416
2 files changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false
11
matrix:
12
version:
13
- - '1.6'
+ - '1.9.2'
14
os:
15
- ubuntu-latest
16
arch:
docs/make.jl
@@ -23,6 +23,8 @@ makedocs(;
23
"Internals" => "internals.md",
24
"Index" => "longlist.md",
25
],
26
+ checkdocs=:none,
27
+ #checkdocs=:exports,
28
)
29
30
deploydocs(;
0 commit comments