Reformat this text to match Sphinx's conventions. This makes it easier for developers to read this documentation.
There are a couple of small corrections here as well:
matchType accepts more values than "glob" or "regex", and it treats any other value as a plain "=" (strict string match).
matchType
Only globs and regexes are searched insensitively
Issue #1997
Commit c4313875 fixes this pull-request
Pull-Request has been merged by tkopecek
Reformat this text to match Sphinx's conventions. This makes it easier for developers to read this documentation.
There are a couple of small corrections here as well:
matchTypeaccepts more values than "glob" or "regex", and it treats any other value as a plain "=" (strict string match).Only globs and regexes are searched insensitively