From d78bf2f229d6e22ab2ad76fe8256532d009b70df Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 5 May 2020 11:17:17 -0400 Subject: ci: install sphinx into the CI image --- .gitlab/ci/docker/fedora31/install_deps.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab/ci/docker/fedora31/install_deps.sh b/.gitlab/ci/docker/fedora31/install_deps.sh index cf8f359..7f8da57 100755 --- a/.gitlab/ci/docker/fedora31/install_deps.sh +++ b/.gitlab/ci/docker/fedora31/install_deps.sh @@ -10,4 +10,10 @@ dnf install --setopt=install_weak_deps=False -y \ gcc-c++ \ git-core +# Install documentation tools. +dnf install --setopt=install_weak_deps=False -y \ + python3-sphinx \ + texinfo \ + qt5-qttools-devel + dnf clean all -- cgit v0.12