We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example (taken from the Sphinx docs) to reproduce the error:
.. math:: :nowrap: \begin{eqnarray} y & = & ax^2 + bx + c \\ f(x) & = & x^2 + 2xy + y^2 \end{eqnarray}
Appears to be related to #26.
The text was updated successfully, but these errors were encountered:
Ignore 'nowrap' option for 'math' directive
ce07187
This is valid in Sphinx mode. Fixes PyCQA#31
c611e46
This is valid in Sphinx mode. Fixes #31
Successfully merging a pull request may close this issue.
Example (taken from the Sphinx docs) to reproduce the error:
Appears to be related to #26.
The text was updated successfully, but these errors were encountered: