aritraghsh09/GaMPEN

Mathjax Not being rendered properly for docs

aritraghsh09 opened this issue · 1 comments

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

Added

myst_enable_extensions = [
    "dollarmath", 
    "amsmath",
]

to https://github.com/aritraghsh09/GaMPEN/blob/master/docs/source/conf.py

Mathjax is now being rendered properly.