Skip to content

Commit 4ed7c7c

Browse files
HavenDVclaude
andcommitted
fix: pin pygments<2.20 to fix MkDocs build
pymdown-extensions 10.21 passes filename=None to Pygments 2.20.0 HtmlFormatter, causing 'NoneType' object has no attribute 'replace' error. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1c08782 commit 4ed7c7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
dotnet-version: 10.0.x
4040

4141
- name: Install dependencies
42-
run: pip install mkdocs-material
42+
run: pip install mkdocs-material 'pygments<2.20'
4343

4444
- name: Install AutoSDK CLI
4545
run: dotnet tool install --global autosdk.cli --prerelease

0 commit comments

Comments
 (0)