Skip to content

Commit b5deaac

Browse files
authored
📌 Pin pygments as otherwise it breaks mkdocs (#216)
2 parents 9ad1be0 + b1feb68 commit b5deaac

File tree

2 files changed

+1404
-1401
lines changed

2 files changed

+1404
-1401
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ docs = [
88
"mike>=2.1.4",
99
"mkdocs-glightbox>=0.5.2",
1010
"setuptools>=82.0.1",
11-
"mkdocs-llmstxt>=0.5.0"
11+
"mkdocs-llmstxt>=0.5.0",
12+
"pygments<2.20.0"
1213
]
1314
lint = [
1415
"mypy>=1.19.1",

0 commit comments

Comments
 (0)