Skip to content
Snippets Groups Projects
Commit 133422d5 authored by Zohreh MOSTAANI's avatar Zohreh MOSTAANI Committed by Flavio TARSETTI
Browse files

fixed latex_documents not having correct author

parent aa723b6c
No related branches found
No related tags found
1 merge request!295Fixes some warning issues with the documentation
......@@ -252,9 +252,17 @@ latex_elements = {
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
(master_doc, top_module + '.tex', project, authors, 'manual'),
]
# latex_documents = [
# (master_doc, top_module + '.tex', project, authors, 'manual'),
# ]
latex_documents = [(
'index',
project_variable + '.tex',
short_description,
owner[0],
'manual',
)]
# The name of an image file (relative to this directory) to place at the top of
# the title page.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment