File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,16 @@ RUN apt-get -y install \
47
47
latex-cjk-chinese-arphic-gbsn00lp latex-cjk-chinese-arphic-gkai00mp \
48
48
fonts-symbola
49
49
50
- # Install 'rsvg-convert' for SVG -> PDF conversion
50
+ # plantuml: is to support sphinxcontrib-plantuml
51
+ # https://pypi.org/project/sphinxcontrib-plantuml/
52
+ #
53
+ # imagemagick: is to support sphinx.ext.imgconverter
54
+ # http://www.sphinx-doc.org/en/master/usage/extensions/imgconverter.html
55
+ #
56
+ # rsvg-convert: is for SVG -> PDF conversion
51
57
# using Sphinx extension sphinxcontrib.rsvgconverter, see
52
58
# https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter
53
- RUN apt-get -y install librsvg2-bin
54
-
55
- # Install plantuml
56
- RUN apt-get -y install plantuml
59
+ RUN apt-get -y install plantuml imagemagick librsvg2-bin
57
60
58
61
# Install Python tools/libs
59
62
RUN apt-get -y install python-pip && pip install -U virtualenv auxlib
You can’t perform that action at this time.
0 commit comments