From 94e2988ed1032bd93da4a46a093e1c11b775342b Mon Sep 17 00:00:00 2001 From: ignis Date: Mon, 1 Jun 2026 05:51:25 +0000 Subject: [PATCH] ci: pin pygments to 2.17.2 to fix mkdocstrings rendering bug --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 1fde9fd..88d1619 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ mkdocs-material==9.7.6 mkdocstrings[python]==0.25.2 ford==7.0.13 mkdocs-autorefs==1.3.1 +pygments==2.17.2