Create a sensible default latex_documents setting.

This commit is contained in:
Georg Brandl 2008-04-21 16:14:16 +00:00
parent c8f25bc7c8
commit a34cb429cc
2 changed files with 5 additions and 1 deletions

View File

@ -78,6 +78,8 @@ Bugs fixed
* sphinx.environment: Don't swallow TOC entries when resolving subtrees.
* sphinx.quickstart: Create a sensible default latex_documents setting.
* sphinx.builder, sphinx.environment: Gracefully handle some user error
cases.

View File

@ -141,7 +141,9 @@ htmlhelp_basename = '%(project)sdoc'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, document class [howto/manual]).
#latex_documents = []
latex_documents = [
('%(master)s', '%(project)s.tex', '%(project)s Documentation', '%(author)s', 'manual'),
]
# Additional stuff for the LaTeX preamble.
#latex_preamble = ''