Correct latex_document settings for Sphinx 1.6.3
Sphinx 1.6.3 is starting to validate the latex_document settings which caused documentation build to fail as our settings were invalid. With this change the validation passes on 1.6.3 which unblocks the gate. Change-Id: I1fb81ea1d7de561185a6ae31dd4bc73e1ac8f9ae
This commit is contained in:
parent
8df27aebdd
commit
41b9a31795
@ -175,7 +175,8 @@ latex_elements = {
|
||||
# Grouping the document tree into LaTeX files. List of tuples
|
||||
# (source start file, target name, title, author, documentclass [howto/manual]).
|
||||
latex_documents = [
|
||||
('index',),
|
||||
('index', 'RequirementsGuide.tex', 'Global Requirements Guide',
|
||||
u'OpenStack contributors', 'manual'),
|
||||
]
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top of
|
||||
|
Loading…
x
Reference in New Issue
Block a user