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 5f99add commit be96365Copy full SHA for be96365
docs/Project.toml
@@ -4,4 +4,4 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
4
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
5
6
[compat]
7
-Documenter = "0.27"
+Documenter = "1"
docs/make.jl
@@ -23,7 +23,6 @@ makedocs(
23
"misc.md",
24
"statmodels.md",
25
"transformations.md"],
26
- strict=true,
27
checkdocs=:exports
28
)
29
0 commit comments