view requirements.txt @ 160:b4028838e0c8

Implement lexer option "prohibit_raiseonerror_filter". Sphinx raises by default when an Error token is seen (by means of the "raiseonerror" filter that is applied by default to lexers in Sphinx). This option skips this and allows error locations to be seen and highlighted properly. While there convert most Generic.Error tokens to Error tokens because now they can be handled by a lexer with "prohibit_raiseonerror_filter=True".
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 08 May 2026 17:46:28 +0200
parents 3ccfa7f45044
children
line wrap: on
line source

#
# - Tests need this version for "load_XXX_from_file()"
# - But Sphinx yields errors on Python 2.7 (also with Pygments 2.0.1)
#
Pygments>=2.2