[1] http://www.sphinx-doc.org/en/stable/config.html hi. are you declared encode utf-8 or unicode on your conf.py? make sure that you explicity what encode your source files are used is same what conf.py declared.
2016-08-29 15:57 GMT-03:00 Fiona Hanington <[email protected]>: > 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. > -- gilberto dos santos alves +55(11)9-8646-5049 sao paulo - sp - brasil -- 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.
