Skip to content
New issue

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

Error in "math" directive: unknown option: "label". #26

Closed
vlotorev opened this issue Jan 1, 2020 · 0 comments · Fixed by #27
Closed

Error in "math" directive: unknown option: "label". #26

vlotorev opened this issue Jan 1, 2020 · 0 comments · Fixed by #27

Comments

@vlotorev
Copy link

vlotorev commented Jan 1, 2020

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},
stephenfin added a commit that referenced this issue Jan 6, 2020
This is valid in Sphinx mode.

Change-Id: Ia6ab06c12bb48142995d90c1a803a739e7e92eac
Signed-off-by: Stephen Finucane <stephen@that.guru>
Fixes: #26
ssbarnea added a commit that referenced this issue Jan 19, 2020
Ignore 'label' option for 'math' directive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant