summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2008-09-18 15:46:20 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2008-09-18 15:46:20 +0000
commit7976817a592ff5c5f2313decab5d9a58e1efc8ec (patch)
treeb113ba854442c14c82c8b82f6af125218c12ee7e /docs/conf.py
parent9931c9e1321e3290b065bc0f5ec8353b1bcb71f3 (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.py2
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.