drop our sphinx patch

Fixed by https://github.com/sphinx-doc/sphinx/pull/11766
This commit is contained in:
Heiko Schaefer 2024-05-06 16:42:34 +02:00 committed by heiko
parent 1fbc84cb06
commit 275de6249d
3 changed files with 0 additions and 29 deletions

View file

@ -8,7 +8,6 @@ WORKDIR /book
RUN \
pacman -Sy --needed --noconfirm archlinux-keyring \
&& pacman -Syu --needed --noconfirm inkscape make noto-fonts patch python-myst-parser python-sphinx python-sphinxext-opengraph python-sphinx-sitemap ttf-montserrat \
&& patch -Np1 -d /usr/lib/python3.11/site-packages/ -i /book/patches/sphinx-11766.patch \
&& make epub html
FROM scratch