1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-15 03:48:02 +08:00

ci: install sphinx into the CI image

This commit is contained in:
Ben Boeckel
2020-05-05 11:17:17 -04:00
parent 671ff5f1ac
commit d78bf2f229

View File

@@ -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