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.
1 parent 3f76ea9 commit fa7d7cfCopy full SHA for fa7d7cf
docs/Project.toml
@@ -3,5 +3,5 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
4
5
[compat]
6
-Documenter = "0.27, 1"
+Documenter = "1"
7
LogExpFunctions = "0.3"
docs/make.jl
@@ -11,7 +11,6 @@ makedocs(;
11
sitename="LogExpFunctions.jl",
12
pages=Any["index.md"],
13
checkdocs=:exports,
14
- strict=true,
15
)
16
17
deploydocs(; repo="github.com/JuliaStats/LogExpFunctions.jl.git")
0 commit comments