New submission from Mikhail Gusarov <[EMAIL PROTECTED]>: Debian bug#501763 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501763):
when using the autodoc extension similiar to this template: .. automodule:: mvpa.misc.exceptions :members: :undoc-members: :show-inheritance: :noindex: the generated latex code cannot be compiled, as it uses an undefined environment. ! LaTeX Error: Environment excdescni undefined. This is supposed to be the corresponding env to 'excdesc' for exception descriptions that should not end up in the index. It looks like this has simply been forgotten, as e.g. funcdescni is part of texinputs/sphinx.sty Looking at http://svn.python.org/projects/doctools/trunk/sphinx/texinputs/ sphinx.sty I'd say, that the problem is still present in the current SVN trunk. ---------- assignee: georg.brandl components: Documentation messages: 74646 nosy: dottedmag, georg.brandl severity: normal status: open title: sphinx: latexwriter uses undefined 'excdescni' environment type: behavior _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4103> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com