Skip to content

Commit c4ab5db

Browse files
Michael Vasseurvmcj
authored andcommitted
Extra package
1 parent c1c7acd commit c4ab5db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/jobs/configure-checks/setup_configure_image.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ distro_id=$(grep "^ID=" /etc/os-release)
88
case $distro_id in
99
"ID=fedora")
1010
dnf install pkg-config make bats autoconf automake util-linux composer \
11-
python3-{yaml,sphinx} -y ;;
11+
python3-{yaml,sphinx{,_rtd_theme}} -y ;;
1212
*)
1313
apt-get update; apt-get full-upgrade -y
1414
apt-get install pkg-config make bats autoconf composer \
15-
python3-{yaml,sphinx} -y ;;
15+
python3-{yaml,sphinx{,_rtd_theme}} -y ;;
1616
esac
1717

1818
# Build the configure file

0 commit comments

Comments
 (0)