SeldonIO / alibi-detect

Algorithms for outlier, adversarial and drift detection
https://docs.seldon.io/projects/alibi-detect/en/stable/
Other
2.14k stars 216 forks source link

test increase buffer size for latex build #894

Open mauicv opened 3 weeks ago

mauicv commented 3 weeks ago

What is this

during the CI, Latexmk fails when compiling the pdf version of our docs due to the following error:

! Unable to read an entire line---bufsize=200000.
Please increase buf_size in texmf.cnf.

This PR tests setting buf_size in the make file containg the compile command.