Use material theme

This commit is contained in:
2026-01-22 19:19:59 +01:00
parent f1f70a1a89
commit 48c9b11b35
8 changed files with 500 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
FROM python:3.12-slim AS builder
WORKDIR /docs
RUN apt-get update && apt-get install -y --no-install-recommends \
libcairo2 \
&& rm -rf /var/lib/apt/lists/*
COPY pyproject.toml ./
RUN pip install .
COPY mkdocs.yml .