Skip to content

Commit

Permalink
Using old sphnix_rtd_theme package for docker-docs target
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyen Dinh Phi <[email protected]>
  • Loading branch information
ita93 authored and dbaluta committed Feb 9, 2024
1 parent 543a7ae commit 42f075b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/labs/docker/docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt-get install -y fonts-noto-cjk
RUN apt-get install -y latexmk
RUN apt-get install -y librsvg2-bin
RUN apt-get install -y texlive-xetex
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
# append new packages here, to minimize docker rebuild time
RUN rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 42f075b

Please sign in to comment.