Skip to content

Commit 4916e6f

Browse files
committed
Add dvisvgm package
Sphinx requires dvisvgm for rendering formulas with the :math: role into SVG images. See the docs for details: https://www.sphinx-doc.org/en/master/usage/extensions/math.html#module-sphinx.ext.imgmath Resolves tarantool/doc#2959
1 parent 7574550 commit 4916e6f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUN mkdir -p /usr/share/man/man1 && \
2626
git=1:* \
2727
build-essential=12.* \
2828
libc6-dev=2* \
29+
dvisvgm=2.11.1-1 \
2930
cmake=3.* && \
3031
curl -L https://tarantool.io/release/2.6/installer.sh | bash && \
3132
apt-get install -y tarantool=2.6.* tarantool-dev=2.6.* \

Dockerfile-slim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN mkdir -p /usr/share/man/man1 && \
1313
librsvg2-bin=2.* \
1414
plantuml=1:1.* \
1515
make=4.* \
16+
dvisvgm=2.11.1-1 \
1617
cmake=3.* && \
1718
rm -rf /var/lib/apt/lists/* \
1819
&& pip install -r /tmp/requirements.txt --no-cache-dir \

0 commit comments

Comments
 (0)