Skip to content

Commit

Permalink
Merge pull request #27 from /issues/26
Browse files Browse the repository at this point in the history
Ignore 'label' option for 'math' directive
  • Loading branch information
ssbarnea authored Jan 19, 2020
2 parents ce6639f + d51e22f commit 5a5d272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc8/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ class CheckValidity(ContentCheck):
re.compile(
r'^Error in "code-block" directive:\nunknown option: "emphasize-lines"'
),
re.compile(r'^Error in "math" directive:\nunknown option: "label"'),
]

def __init__(self, cfg):
Expand Down

0 comments on commit 5a5d272

Please sign in to comment.