Skip to content
Snippets Groups Projects
Commit d78bf2f2 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

ci: install sphinx into the CI image

parent 671ff5f1
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment