Skip to content

Commit bf03dca

Browse files
authored
Merge pull request #9 from Kelephant/patch-1
修复docker构建过程中css_tag未定义问题
2 parents a6b0166 + 55c10b6 commit bf03dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/labs/docker/docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get install -y fonts-noto-cjk
2020
RUN apt-get install -y latexmk
2121
RUN apt-get install -y librsvg2-bin
2222
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
23+
RUN pip install Sphinx==1.6.7 sphinx_rtd_theme==1.3.0 hieroglyph==1.0 Jinja2==2.11.3 markupsafe==2.0.1
2424
# append new packages here, to minimize docker rebuild time
2525
RUN rm -rf /var/lib/apt/lists/*
2626

0 commit comments

Comments
 (0)