Enable xindy for PDF build

This commit enables xindy for the PDF build. We can do this since the
bug[0] was already fixed.

[0] https://bugzilla.redhat.com/show_bug.cgi?id=1643664

Change-Id: I98aa27ea412fdc2d562fe845dd834550d6751a2b
This commit is contained in:
Masayuki Igawa
2019-09-30 11:04:38 +09:00
parent 54a856ec05
commit b20c3a5cc0

View File

@@ -203,6 +203,3 @@ latex_documents = [
('index', 'doc-tempest.tex', u'Tempest Testing Project',
u'OpenStack Foundation', 'manual'),
]
# Disable usage of xindy https://bugzilla.redhat.com/show_bug.cgi?id=1643664
latex_use_xindy = False