Django

Code

Ticket #8955 (closed: fixed)

Opened 4 months ago

Last modified 4 months ago

Latex Document Empty

Reported by: simonb Assigned to: nobody
Milestone: Component: Documentation
Version: 1.0 Keywords: latex
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation:
Needs tests: Patch needs improvement:

Description

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'),

]

Attachments

Change History

09/18/08 10:46:20 changed by russellm

  • status changed from new to closed.
  • resolution set to fixed.

(In [9068]) Fixed #8955: Modified the sphinx configuration to generate LaTeX documentation. Thanks to simonb for the report and fix.


Add/Change #8955 (Latex Document Empty)




Change Properties
Action