chore: disable LeanInk because of weird panics
parent
e6a9504a8f
commit
62d0cf38b2
|
@ -55,7 +55,7 @@ module_facet docs (mod) : FilePath := do
|
||||||
logInfo s!"Documenting module: {mod.name}"
|
logInfo s!"Documenting module: {mod.name}"
|
||||||
proc {
|
proc {
|
||||||
cmd := exeFile.toString
|
cmd := exeFile.toString
|
||||||
args := #["single", mod.name.toString, "--ink"]
|
args := #["single", mod.name.toString]
|
||||||
env := #[("LEAN_PATH", (← getAugmentedLeanPath).toString)]
|
env := #[("LEAN_PATH", (← getAugmentedLeanPath).toString)]
|
||||||
}
|
}
|
||||||
return (docFile, trace)
|
return (docFile, trace)
|
||||||
|
|
Loading…
Reference in New Issue