From 12e0bd17516abc8f12f1731aa312b23de7e1e9c1 Mon Sep 17 00:00:00 2001 From: Bailey Campbell Date: Sun, 25 Aug 2024 07:31:45 -0700 Subject: [PATCH] Add Sphinx to Py deps (#46) * Add Sphinx to Py deps * Add Sphinx to Py deps * Remove non-existent packages --- ci/ci-ubuntu-22.04-3.9/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/ci-ubuntu-22.04-3.9/Dockerfile b/ci/ci-ubuntu-22.04-3.9/Dockerfile index c0f3c6a..1803232 100644 --- a/ci/ci-ubuntu-22.04-3.9/Dockerfile +++ b/ci/ci-ubuntu-22.04-3.9/Dockerfile @@ -57,6 +57,9 @@ RUN DEBIAN_FRONTEND=noninteractive \ python3-numpy \ python3-opengl \ python3-pyqt5 \ + python3-sphinx \ + python3-sphinx-tabs \ + python3-breathe \ python3-yaml \ python3-zmq \ python3-six \