Math generated with sphinx.ext.imgmath is not readable in dark mode #508
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Without a screenshot, a hosted webpage that I can look at and/or the source code used to build that webpage, there's no way for me to figure out what's happening. :) |
Beta Was this translation helpful? Give feedback.
-
Ah right! Using sphinx.ext.mathjax instead will work -- I don't think I've ever seen someone use sphinx.ext.imgmath "in the wild". 😅 If someone really wants to use imgmath for some reason, lemme know and I'd be happy to explore implementing this -- I've never actually installed latex on my MacBook, to figure out how to get imgmath working correctly. :) |
Beta Was this translation helpful? Give feedback.
Ah right! Using sphinx.ext.mathjax instead will work -- I don't think I've ever seen someone use sphinx.ext.imgmath "in the wild". 😅
If someone really wants to use imgmath for some reason, lemme know and I'd be happy to explore implementing this -- I've never actually installed latex on my MacBook, to figure out how to get imgmath working correctly. :)