ci: install sphinx into the CI image

This commit is contained in:
Ben Boeckel
2020-05-07 13:25:57 -04:00
parent 671ff5f1ac
commit d78bf2f229
@@ -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