![](https://secure.gravatar.com/avatar/f0e14e3d3fedba744ede17396d394c73.jpg?s=120&d=mm&r=g)
2009/1/27 Nils Wagner <nwagner@iam.uni-stuttgart.de>: a make latex in numpy/doc failed with
...
Intersphinx hit: PyObject http://docs.python.org/dev/c-api/structures.html writing... Sphinx error: too many nesting section levels for LaTeX, at heading: numpy.ma.MaskedArray.__lt__ make: *** [latex] Fehler 1
I am using sphinxv0.5.1 BTW, make html works fine here.
I see this problem too. It used to work, and I don't think I've changed anything on my system. Python 2.5.2 (r252:60911, Oct 5 2008, 19:24:49) [GCC 4.3.2] on linux2 Type "help", "copyright", "credits" or "license" for more information.
import numpy numpy.__version__ '1.3.0.dev6335' import sphinx sphinx.__version__ '0.5.1'
Should I file a ticket, or just let whoever has to build the docs for the next release sort it out when the time comes? Cheers, Scott