diff --git a/doc/.vale.ini b/doc/.vale.ini index 79dfe17ca3..620018bea9 100644 --- a/doc/.vale.ini +++ b/doc/.vale.ini @@ -40,4 +40,4 @@ Google.Headings = NO # Format-specific settings appear # under a user-provided "glob" # pattern. -TokenIgnores = (:class:\x60.*\x60|:meth:\x60.*\x60|:py:class:\x60.*\x60|:py:meth:\x60.*\x60) \ No newline at end of file +TokenIgnores = (:(func|class|meth|attr|py):`(?:.|\n)*?`)|(<.*>)