Skip to content

Commit 72ca416

Browse files
committed
fixing for documenter
1 parent 234d9af commit 72ca416

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
version:
13-
- '1.6'
13+
- '1.9.2'
1414
os:
1515
- ubuntu-latest
1616
arch:

docs/make.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ makedocs(;
2323
"Internals" => "internals.md",
2424
"Index" => "longlist.md",
2525
],
26+
checkdocs=:none,
27+
#checkdocs=:exports,
2628
)
2729

2830
deploydocs(;

0 commit comments

Comments
 (0)