This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author schuppenies
Recipients georg.brandl, schuppenies
Date 2008-11-26.09:42:13
SpamBayes Score 2.3069838e-08
Marked as misclassified No
Message-id <1227692535.17.0.165619686798.issue4436@psf.upfronthosting.co.za>
In-reply-to
Content
The Sphinx latex writer crashes if a documentation has more than 7
levels in a section hierarchy. The LaTeXTranslator class defines 7
section names, each corresponding to a level. If a deeper level is
encountered, no appropriate section name can be found:

File "[..]/svn/doctools/sphinx/latexwriter.py", line 348,  in visit_title
     print "self.sectionnames", self.sectionnames[self.sectionlevel]
IndexError: list index out of range
History
Date User Action Args
2008-11-26 09:42:15schuppeniessetrecipients: + schuppenies, georg.brandl
2008-11-26 09:42:15schuppeniessetmessageid: <1227692535.17.0.165619686798.issue4436@psf.upfronthosting.co.za>
2008-11-26 09:42:14schuppenieslinkissue4436 messages
2008-11-26 09:42:14schuppeniescreate