font testing

This commit is contained in:
Heiko Schaefer 2023-12-12 22:05:00 +01:00
parent 9815a9ec7d
commit 17a1a6f1c3
No known key found for this signature in database
GPG key ID: DAE9A9050FCCF1EB

View file

@ -7,7 +7,7 @@ WORKDIR /book
# fix EPUB rendering: https://github.com/sphinx-doc/sphinx/issues/11598
RUN \
pacman -Sy --needed --noconfirm archlinux-keyring \
&& pacman -Syu --needed --noconfirm inkscape make patch python-myst-parser python-sphinx python-sphinxext-opengraph ttf-dejavu montserrat-ttf ttf-liberation \
&& pacman -Syu --needed --noconfirm inkscape make patch python-myst-parser python-sphinx python-sphinxext-opengraph ttf-dejavu ttf-liberation texlive-fontsextra \
&& patch -Np1 -d /usr/lib/python3.11/site-packages/ -i /book/patches/sphinx-11766.patch \
&& make epub html