Skip to content

Commit 95f51a1

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Dockerfile

+6-1
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,16 @@ 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
112+
109113
RUN apt-get -y install \
110114
imagemagick \
111115
librsvg2-bin \
112116
plantuml \
113-
swig
117+
swig \
118+
xindy
114119

115120
# Install Python tools/libs
116121
RUN apt-get -y install \

0 commit comments

Comments
 (0)