Skip to content

Commit fa7d7cf

Browse files
authored
Remove Documenter < 1 and keyword argument not available on Documenter 1
1 parent 3f76ea9 commit fa7d7cf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
44

55
[compat]
6-
Documenter = "0.27, 1"
6+
Documenter = "1"
77
LogExpFunctions = "0.3"

docs/make.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ makedocs(;
1111
sitename="LogExpFunctions.jl",
1212
pages=Any["index.md"],
1313
checkdocs=:exports,
14-
strict=true,
1514
)
1615

1716
deploydocs(; repo="github.com/JuliaStats/LogExpFunctions.jl.git")

0 commit comments

Comments
 (0)