chore: disable LeanInk because of weird panics

finite-set-exercises
Joshua Potter 2023-07-16 14:45:38 -06:00
parent e6a9504a8f
commit 62d0cf38b2
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,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)