How do I activate it? I've run in circles trying to figure out how to make 
it happy. 

In  conf.py  I have

extensions = [
    'sphinx.ext.pngmath',
]

Before that I have sys.path.append( 
os.path.abspath('/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/'))
 which includes sphinx/ext

(Using a Mac with python and sphinx installed via macports)


I've tried using mathjax, with 
mathjax_path="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";

Of course, with 
extensions = [
    'sphinx.ext.mathjax',
]

What could be the problem? I really don't care which one works, but I need 
one of them to work!
Thank you in advance,
Joe

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to