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 091bc37 commit 853a85dCopy full SHA for 853a85d
docs/Project.toml
@@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
IPUToolkit = "92e0b95a-4011-435a-96f4-10064551ddbe"
4
5
[compat]
6
-Documenter = "~0.27"
+Documenter = "1"
docs/make.jl
@@ -8,7 +8,6 @@ makedocs(
8
"Poplar SDK" => "poplar.md",
9
"Writing codelets" => "compiler.md",
10
],
11
- strict = true,
12
format = Documenter.HTML(; edit_link="main"),
13
)
14
0 commit comments