Hi, Did you try to reference equations between different document? If true, current release does not support it. Please wait next major release.
Otherwise it's strange. Could you share any example of your docs? It seems the code you pasted here includes needless spaces. I want to see actually used document. Thanks, Takeshi KOMIYA 2016年8月30日火曜日 6時24分41秒 UTC+9 Fiona Hanington: > > 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 > > Fiona > -- 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.
