#8955: Latex Document Empty
---------------------------+------------------------------------------------
Reporter: simonb | Owner: nobody
Status: new | Milestone:
Component: Documentation | Version: 1.0
Keywords: latex | Stage: Unreviewed
Has_patch: 0 |
---------------------------+------------------------------------------------
The sphinx generated latex document is empty. If the conf.py file is
changed to reference 'contents' as opposed to 'index' for latex_documents,
as below, then at least the generated file has some content:
latex_documents = [
('contents', 'django.tex', 'Django Documentation', 'Django Software
Foundation', 'manual'),
]
--
Ticket URL: <http://code.djangoproject.com/ticket/8955>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---