Skip to content

Commit

Permalink
Install xindy to support generating PDF with non-ascii indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Mar 18, 2019
1 parent 3e793b7 commit 95f51a1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,16 @@ RUN apt-get -y install \
#
# swig: is required for different purposes
# https://github.com/rtfd/readthedocs-docker-images/issues/15
#
# xindy: is useful to generate non-ascii indexes
# https://github.com/rtfd/readthedocs.org/issues/4454

RUN apt-get -y install \
imagemagick \
librsvg2-bin \
plantuml \
swig
swig \
xindy

# Install Python tools/libs
RUN apt-get -y install \
Expand Down

0 comments on commit 95f51a1

Please sign in to comment.