**Is your feature request related to a problem? Please describe.** I'd like to suppress Pygments warnings indicating unkown lexer names: ```console WARNING: Pygments lexer name 'csv' is not known ``` **Describe the solution you'd like** Add a `type.subtype` to the warning raised at https://github.com/sphinx-doc/sphinx/blob/v8.1.3/sphinx/highlighting.py#L167, similar to https://github.com/sphinx-doc/sphinx/issues/3185. **Describe alternatives you've considered** **Additional context**
Is your feature request related to a problem? Please describe.
I'd like to suppress Pygments warnings indicating unkown lexer names:
WARNING: Pygments lexer name 'csv' is not knownDescribe the solution you'd like
Add a
type.subtypeto the warning raised at https://github.com/sphinx-doc/sphinx/blob/v8.1.3/sphinx/highlighting.py#L167, similar to #3185.Describe alternatives you've considered
Additional context