Extension error: sphinx.ext.mathjax: other math package is already loaded
abitofalchemy opened this issue · 2 comments
abitofalchemy commented
Extension error:
sphinx.ext.mathjax: other math package is already loaded
make: *** [html] Error 1
How do I bypass or get around this error?
arbenton commented
As a workaround, remove sphinx.ext.pngmath
from the list extensions
in "docs/tutorial/conf.py".
I'm not sure what side effects this may have, but it will atleast compile.
nnewey commented
This has been fixed in conf.py now.