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
doc8 triggers an error in Sphinx mode:
file:114: D000 Error in "math" directive: unknown option: "label".
for the code which is legal for Sphinx:
.. math:: :label: somelabel O = M_{CC} \times I+V_{CC},
The text was updated successfully, but these errors were encountered:
Ignore 'label' option for 'math' directive
d51e22f
This is valid in Sphinx mode. Change-Id: Ia6ab06c12bb48142995d90c1a803a739e7e92eac Signed-off-by: Stephen Finucane <stephen@that.guru> Fixes: #26
Merge pull request #27 from /issues/26
5a5d272
Successfully merging a pull request may close this issue.
doc8 triggers an error in Sphinx mode:
for the code which is legal for Sphinx:
The text was updated successfully, but these errors were encountered: