From ca70a6d267fd20d852cef45eb089a61f63bb139c Mon Sep 17 00:00:00 2001 From: rebortg Date: Mon, 24 Jan 2022 21:17:24 +0100 Subject: add md support to Dockerfile --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index 903a8e83..9b31f49f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -34,6 +34,7 @@ RUN pip3 install sphinx-rtd-theme RUN pip3 install sphinx-autobuild RUN pip3 install sphinx-notfound-page RUN pip3 install lxml +RUN pip3 install myst-parser # Cleanup -- cgit v1.2.3