We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073b983 commit d9de549Copy full SHA for d9de549
Dockerfile.sphinx
@@ -20,6 +20,6 @@ RUN apt-get update && \
20
texlive-xetex \
21
tzdata \
22
xindy && \
23
- pip3 install six sphinx_rtd_theme && \
+ pip3 install sphinx_rtd_theme sphinx-notfound-page && \
24
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 && \
25
fc-cache
0 commit comments