I would like to write a series of numbered equations aligned at the equality sign. Like the usual .. math:: with multiple equations, but wrapped in \begin{align} ... \end{align} rather than \begin{equation} ... \end{equation}. Is there a way to do that with sphinx? Or perhaps an extension?
EDIT: I need equation numbers so that I can refer to those from the main text using the :ref: role.
You can use
\labeland\tagto manually add equation labels; this works in both MathJax and LaTeX (for pdf output).E.g.,
For a live example, see http://codepen.io/pkra/pen/hyktl