We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6b0166 + 55c10b6 commit bf03dcaCopy full SHA for bf03dca
tools/labs/docker/docs/Dockerfile
@@ -20,7 +20,7 @@ RUN apt-get install -y fonts-noto-cjk
20
RUN apt-get install -y latexmk
21
RUN apt-get install -y librsvg2-bin
22
RUN apt-get install -y texlive-xetex
23
-RUN pip install Sphinx==1.6.7 sphinx_rtd_theme hieroglyph==1.0 Jinja2==2.11.3 markupsafe==2.0.1
+RUN pip install Sphinx==1.6.7 sphinx_rtd_theme==1.3.0 hieroglyph==1.0 Jinja2==2.11.3 markupsafe==2.0.1
24
# append new packages here, to minimize docker rebuild time
25
RUN rm -rf /var/lib/apt/lists/*
26
0 commit comments