pin pygments for docs code blocks

This commit is contained in:
FuzzyGrim
2026-05-15 15:26:59 +02:00
parent 2fdd707720
commit 5e48f0d37d

View File

@@ -4,4 +4,7 @@ mkdocs-include-markdown-plugin==7.2.2
mkdocs-git-revision-date-localized-plugin==1.5.1
mkdocs-material==9.7.1
mike==2.1.3
# Keep pinned until Pygments 2.20+ works with pymdownx.superfences.
# Newer versions render fenced code blocks as inline code in CI builds.
Pygments==2.19.2
pymdown-extensions==10.20.1