[Numpy-tickets] [NumPy] #998: make latex failure in Numpy docs
NumPy
numpy-tickets@scipy....
Wed Feb 4 04:13:12 CST 2009
#998: make latex failure in Numpy docs
---------------------------+------------------------------------------------
Reporter: ScottSinclair | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.3.0
Component: Other | Version: none
Severity: normal | Keywords:
---------------------------+------------------------------------------------
Numpy PDF documentation fails to build with 'make latex', but 'make html'
succeeds.
From mailing list discussion:
http://projects.scipy.org/pipermail/numpy-
discussion/2009-January/039917.html
{{{
> 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'
}}}
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/998>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list