Skip to content

Commit d9de549

Browse files
committed
Add sphinx-notfound-page extension to image
1 parent 073b983 commit d9de549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.sphinx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ RUN apt-get update && \
2020
texlive-xetex \
2121
tzdata \
2222
xindy && \
23-
pip3 install six sphinx_rtd_theme && \
23+
pip3 install sphinx_rtd_theme sphinx-notfound-page && \
2424
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 && \
2525
fc-cache

0 commit comments

Comments
 (0)