QuantEcon / project.lecture-mojo

Some Real World Examples using Mojo (Modular)
https://quantecon.github.io/project.lecture-mojo/
3 stars 2 forks source link

Mojo Pygments issue #12

Open kp992 opened 10 months ago

kp992 commented 10 months ago

Jupyter book build throws warnings:

The errors come from Pygments. It's because Pygments lacks mojo Lexer. See the available list of lexers: https://pygments.org/docs/lexers/. Also, there's one open issue related to this: https://github.com/pygments/pygments/issues/2515.

Originally posted by @kp992 in https://github.com/QuantEcon/project.lecture-mojo/issues/10#issuecomment-1792384690