mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-09 11:19:41 +02:00
try adding more fonts into the pages build environment, for image transformation
This commit is contained in:
parent
a8a902ea45
commit
9815a9ec7d
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
&& pacman -Syu --needed --noconfirm inkscape make patch python-myst-parser python-sphinx python-sphinxext-opengraph ttf-dejavu montserrat-ttf ttf-liberation \
|
||||
&& patch -Np1 -d /usr/lib/python3.11/site-packages/ -i /book/patches/sphinx-11766.patch \
|
||||
&& make epub html
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue