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 cb9cf25 commit 54bdc4eCopy full SHA for 54bdc4e
docs/Project.toml
@@ -1,3 +1,6 @@
1
[deps]
2
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
ThreadingUtilities = "8290d209-cae3-49c0-8002-c8c24d57dab5"
4
+
5
+[compat]
6
+Documenter = "1"
docs/make.jl
@@ -15,8 +15,7 @@ makedocs(;
15
"Home" => "index.md",
16
"Public API" => "public-api.md",
17
"Internals (Private)" => "internals.md",
18
- ],
19
- strict=true,
+ ]
20
)
21
22
deploydocs(;
0 commit comments