Add OpenGraph metadata

This commit is contained in:
Wiktor Kwapisiewicz 2023-12-12 15:12:47 +01:00 committed by David Runge
parent a17a3a30f2
commit edaf62f833
No known key found for this signature in database
GPG key ID: 90D4B9641E092971
5 changed files with 8 additions and 3 deletions

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 \
&& pacman -Syu --needed --noconfirm inkscape make patch python-myst-parser python-sphinx python-sphinxext-opengraph \
&& patch -Np1 -d /usr/lib/python3.11/site-packages/ -i /book/patches/sphinx-11766.patch \
&& make epub html