chore: disable LeanInk because of weird panics

main
Henrik 2023-06-25 15:14:43 +02:00
parent 76a137dabc
commit 9af4c720f0
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ module_facet docs (mod) : FilePath := do
logInfo s!"Documenting module: {mod.name}"
proc {
cmd := exeFile.toString
args := #["single", mod.name.toString, "--ink"]
args := #["single", mod.name.toString]
env := #[("LEAN_PATH", (← getAugmentedLeanPath).toString)]
}
return (docFile, trace)