From c7c2f4434fa19cee69675f1f23628f827c42fb47 Mon Sep 17 00:00:00 2001 From: Bailey Campbell Date: Sat, 24 Aug 2024 19:51:29 -0700 Subject: [PATCH 1/3] Add Sphinx to Py deps --- ci/ci-ubuntu-22.04-3.9/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/ci-ubuntu-22.04-3.9/Dockerfile b/ci/ci-ubuntu-22.04-3.9/Dockerfile index c0f3c6a..f516e9e 100644 --- a/ci/ci-ubuntu-22.04-3.9/Dockerfile +++ b/ci/ci-ubuntu-22.04-3.9/Dockerfile @@ -57,6 +57,7 @@ RUN DEBIAN_FRONTEND=noninteractive \ python3-numpy \ python3-opengl \ python3-pyqt5 \ + python3-sphinx \ python3-yaml \ python3-zmq \ python3-six \ From 324b242d953307848a03ba7bfb21be5e27a6f97a Mon Sep 17 00:00:00 2001 From: Bailey Campbell Date: Sat, 24 Aug 2024 19:59:35 -0700 Subject: [PATCH 2/3] Add Sphinx to Py deps --- ci/ci-ubuntu-22.04-3.9/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/ci-ubuntu-22.04-3.9/Dockerfile b/ci/ci-ubuntu-22.04-3.9/Dockerfile index f516e9e..be921d4 100644 --- a/ci/ci-ubuntu-22.04-3.9/Dockerfile +++ b/ci/ci-ubuntu-22.04-3.9/Dockerfile @@ -58,6 +58,10 @@ RUN DEBIAN_FRONTEND=noninteractive \ python3-opengl \ python3-pyqt5 \ python3-sphinx \ + python3-sphinxcontrib-mermaid \ + python3-sphinxcontrib-tikz \ + python3-sphinx-tabs \ + python3-breathe \ python3-yaml \ python3-zmq \ python3-six \ From 7ee7e09f2d3de500065329aeed2c4971cc0ff8fc Mon Sep 17 00:00:00 2001 From: Bailey Campbell Date: Sat, 24 Aug 2024 20:34:54 -0700 Subject: [PATCH 3/3] Remove non-existent packages --- ci/ci-ubuntu-22.04-3.9/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/ci-ubuntu-22.04-3.9/Dockerfile b/ci/ci-ubuntu-22.04-3.9/Dockerfile index be921d4..1803232 100644 --- a/ci/ci-ubuntu-22.04-3.9/Dockerfile +++ b/ci/ci-ubuntu-22.04-3.9/Dockerfile @@ -58,8 +58,6 @@ RUN DEBIAN_FRONTEND=noninteractive \ python3-opengl \ python3-pyqt5 \ python3-sphinx \ - python3-sphinxcontrib-mermaid \ - python3-sphinxcontrib-tikz \ python3-sphinx-tabs \ python3-breathe \ python3-yaml \