Mathjax Not being rendered properly for docs
aritraghsh09 opened this issue · 1 comments
aritraghsh09 commented
In /GaMPEN/ggt/docs/conf.py
, the Sphinx mathjax extension is specified; but math equations are not being rendered properly on RTD.
For example, math equations on this page https://gampen.readthedocs.io/en/latest/Using_GaMPEN.html#running-the-trainer
aritraghsh09 commented
Added
myst_enable_extensions = [
"dollarmath",
"amsmath",
]
to https://github.com/aritraghsh09/GaMPEN/blob/master/docs/source/conf.py
Mathjax is now being rendered properly.