From eeffa32cf0c486fc12dba86d30c365f9b521652a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20G=C3=B6hler?= Date: Tue, 16 Jan 2024 13:15:18 +0100 Subject: [PATCH] Update Dockerfile --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index f05aa269d2..fc45758269 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