diff --git a/doc/source/conf.py b/doc/source/conf.py index 03a7b9753a..d97e9a0774 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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