From 8f197a63947e9c533a0bced5d6230a667908b696 Mon Sep 17 00:00:00 2001
From: Deepak Khatri <lorforlinux@beagleboard.org>
Date: Mon, 15 Aug 2022 21:23:37 +0530
Subject: [PATCH] Update docker file

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 37095052..6131d522 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM python:3.9-alpine as sphinx-build-env
 RUN apk update
 RUN python -m pip install --upgrade pip
 RUN pip install -U sphinx
-RUN pip install -U sphinx-design
+RUN pip install -U sphinx_design
 RUN pip install sphinxcontrib-svg2pdfconverter
 RUN apk add librsvg
 RUN pip install sphinx_rtd_theme
-- 
GitLab