summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMasayuki Igawa <masayuki@igawa.io>2019-09-30 11:04:38 +0900
committerMasayuki Igawa <masayuki@igawa.io>2019-09-30 11:04:38 +0900
commitb20c3a5cc02ab4429823ed6f7addd9de670be93e (patch)
treed80f510092ffef71a99b881f7e337bda331c59c2 /doc
parent54a856ec051939fc59b90ba56281b7eafbce0991 (diff)
downloadtempest-b20c3a5cc02ab4429823ed6f7addd9de670be93e.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 7ce431e0e..69d659864 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -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