We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a44fa commit f2896f1Copy full SHA for f2896f1
Dockerfile
@@ -56,7 +56,10 @@ RUN apt-get -y install \
56
# rsvg-convert: is for SVG -> PDF conversion
57
# using Sphinx extension sphinxcontrib.rsvgconverter, see
58
# https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter
59
-RUN apt-get -y install plantuml imagemagick librsvg2-bin
+#
60
+# swig: is required for different purposes
61
+# https://github.com/rtfd/readthedocs-docker-images/issues/15
62
+RUN apt-get -y install plantuml imagemagick librsvg2-bin swig
63
64
# Install Python tools/libs
65
RUN apt-get -y install python-pip && pip install -U virtualenv auxlib
0 commit comments