Skip to content

Commit 4e57360

Browse files
committed
Install xindy to support generating PDF with non-ascii indexes
1 parent 3e793b7 commit 4e57360

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

+5-1
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,15 @@ RUN apt-get -y install \
106106
#
107107
# swig: is required for different purposes
108108
# https://github.com/rtfd/readthedocs-docker-images/issues/15
109+
#
110+
# xindy: is useful to generate non-ascii indexes
111+
# https://github.com/rtfd/readthedocs.org/issues/4454
109112
RUN apt-get -y install \
110113
imagemagick \
111114
librsvg2-bin \
112115
plantuml \
113-
swig
116+
swig \
117+
xindy
114118

115119
# Install Python tools/libs
116120
RUN apt-get -y install \

0 commit comments

Comments
 (0)