chore: disable LeanInk because of weird panics
parent
76a137dabc
commit
9af4c720f0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue