fix(docs): use latest pymdownx + restore testing.md

Pin-free pymdownx gets latest version which fixes NoneType error
on bare code fences in Python 3.11.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-04-26 21:29:12 +02:00
parent 2e0f13b22c
commit 3dfe0aa646
6 changed files with 843 additions and 2 deletions

View File

@@ -10,8 +10,8 @@ WORKDIR /docs
RUN pip install --no-cache-dir \
mkdocs==1.6.1 \
mkdocs-material==9.6.14 \
pymdown-extensions==10.14.3
mkdocs-material \
pymdown-extensions
COPY mkdocs.yml /docs/
COPY docs-src/ /docs/docs-src/