Skip to content

Commit 28fde12

Browse files
committed
Update setup_configure_image.sh
1 parent 4a1ddb9 commit 28fde12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ shared2="$shared python3-{yaml,sphinx}"
1111
case $distro_id in
1212
"ID=fedora")
1313
dnf install $shared automake util-linux \
14-
python3-sphinx_rtd_theme -y ;;
14+
python3-sphinx_rtd_theme texlive-cmap -y ;;
1515
*)
1616
apt-get update; apt-get full-upgrade -y
1717
apt-get install $shared \
18-
python3-rtd-theme texlive-latex-{recommended,extra} tex-gyre -y ;;
18+
python3-sphinx-rtd-theme texlive-latex-{recommended,extra} tex-gyre -y ;;
1919
esac
2020

2121
# Build the configure file

0 commit comments

Comments
 (0)