New submission from Robert Schuppenies <[EMAIL PROTECTED]>:
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
----------
assignee: georg.brandl
components: Documentation tools (Sphinx)
messages: 76456
nosy: georg.brandl, schuppenies
severity: normal
status: open
title: Sphinx latex writer crashes when encountering deep section levels
type: behavior
_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4436>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com