Commit 7976817a authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Fixed #8955: Modified the sphinx configuration to generate LaTeX...

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
parent 9931c9e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.