diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2008-09-18 15:46:20 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2008-09-18 15:46:20 +0000 |
| commit | 7976817a592ff5c5f2313decab5d9a58e1efc8ec (patch) | |
| tree | b113ba854442c14c82c8b82f6af125218c12ee7e /docs/conf.py | |
| parent | 9931c9e1321e3290b065bc0f5ec8353b1bcb71f3 (diff) | |
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
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index dc5313b629..0d41b053b2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. |
