mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Create a sensible default latex_documents setting.
This commit is contained in:
parent
c8f25bc7c8
commit
a34cb429cc
2
CHANGES
2
CHANGES
@ -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.
|
||||
|
||||
|
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user