From e50fca0717493ae734d11ba7c91121d1c6bb27b7 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 12 Feb 2023 13:25:37 +0100 Subject: [PATCH] add mkdocs-autolinks-plugin --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c996af2..664f8c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,3 +6,4 @@ RUN pip install mkdocs-material RUN pip install mkdocs-table-reader-plugin RUN pip install mkdocs-git-revision-date-localized-plugin RUN pip install pillow cairosvg +RUN pip install mkdocs-autolinks-plugin