From eeffa32cf0c486fc12dba86d30c365f9b521652a Mon Sep 17 00:00:00 2001 From: Robert Göhler Date: Tue, 16 Jan 2024 13:15:18 +0100 Subject: Update Dockerfile --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index f05aa269..fc457582 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -35,7 +35,7 @@ RUN pip3 install sphinx-autobuild RUN pip3 install sphinx-notfound-page RUN pip3 install lxml RUN pip3 install myst-parser -RUN pip3 install sphinx-panels +RUN pip3 install sphinx_design # Cleanup -- cgit v1.2.3