hi there - I am having trouble getting xrefs to equations to work. 
 googling lead me here: 
http://www.sphinx-doc.org/en/stable/ext/math.html#module-sphinx.ext.mathbase, 
which shows this example

.. math:: e^{i\pi} + 1 = 0
 : label: euler

Euler's identity, equation :eq:`euler`, was elected one of the most
beautiful mathematical formulas. (edited)

but when I build a PDF, I get (??) instead of the equ number.

My extensions are: extensions = ['sphinx.ext.autodoc',
            'sphinx.ext.doctest',
            'sphinx.ext.intersphinx',
            'sphinx.ext.todo',
            'sphinx.ext.ifconfig',
            'sphinx.ext.viewcode',
            'sphinx.ext.mathjax']

any ideas what's going wrong here?  thanks in advance

-- 
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 https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to