mirror of https://github.com/django/django.git
Fixed #8955: Modified the sphinx configuration to generate LaTeX documentation. Thanks to simonb for the report and fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9068 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
9931c9e132
commit
7976817a59
|
@ -125,7 +125,7 @@ htmlhelp_basename = 'Djangodoc'
|
|||
# (source start file, target name, title, author, document class [howto/manual]).
|
||||
#latex_documents = []
|
||||
latex_documents = [
|
||||
('index', 'django.tex', 'Django Documentation', 'Django Software Foundation', 'manual'),
|
||||
('contents', 'django.tex', 'Django Documentation', 'Django Software Foundation', 'manual'),
|
||||
]
|
||||
|
||||
# Additional stuff for the LaTeX preamble.
|
||||
|
|
Loading…
Reference in New Issue