Skip to content

Commit

Permalink
Add --break-system-packages to fix sphinx image
Browse files Browse the repository at this point in the history
  • Loading branch information
cyderize committed Jun 10, 2024
1 parent 0bf3fd8 commit 741136b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.sphinx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ RUN apt-get update && \
texlive-xetex \
tzdata \
xindy && \
pip3 install sphinx_rtd_theme sphinx-notfound-page && \
pip3 install --break-system-packages sphinx_rtd_theme sphinx-notfound-page && \
echo "<?xml version='1.0'?><!DOCTYPE fontconfig SYSTEM 'fonts.dtd'><fontconfig><dir>/usr/share/texlive/texmf-dist/fonts/opentype</dir></fontconfig>" > /etc/fonts/conf.d/09-texlive-fonts-extra.conf && \
fc-cache

0 comments on commit 741136b

Please sign in to comment.