sphinx-themes / sphinx-themes.org

A showcase for Sphinx documentation themes
https://sphinx-themes.org
BSD 2-Clause "Simplified" License
233 stars 43 forks source link

lexer "none" does not exist #126

Closed 12rambau closed 1 year ago

12rambau commented 1 year ago

I checked the pydata-sphinx-theme with doc8 and the block kitchen-sink raised the following error:

docs/examples/kitchen-sink/blocks.rst:244: D000 Cannot analyze code. No Pygments lexer found for "none".

From what I understand the demo is more about the "neutral" lexer more than the exact "none". What about removing it ?