fix(docs): upgrade mkdocs-material + pymdownx to fix NoneType build error

Older pymdown-extensions (10.12) crashes on bare code fences.
Upgraded to 10.14.3 + mkdocs-material 9.6.14.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-04-26 21:18:32 +02:00
parent 4ff06eca17
commit 7b20e2b006

View File

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