[Numpy-discussion] Numpy documentation: status and distribution for 1.3.0

Pauli Virtanen pav at iki.fi
Tue Mar 10 14:26:23 EDT 2009


Tue, 10 Mar 2009 18:22:12 +0000, Pauli Virtanen wrote:

> Tue, 10 Mar 2009 15:27:32 +0900, David Cournapeau wrote:
>> For the upcoming 1.3.0 release, I would like to distribute the (built)
>> documentation in some way. But first, I need to be able to build it :)
> 
> Yep, buildability would be a nice feature :)
> 
>> What are the exact requirements to build the documentation ? Is sphinx
>> 0.5 enough ? I can't manage to build it on either mac os x or linux:
> 
> Sphinx 0.5.1 worksforme, and on two different Linux machines (and Python
> versions), so I doubt it's somehow specific to my setup.

One additional thing that needs to be taken care of is that

	import numpy

in the python used to run Sphinx imports the version of numpy you want to 
generated documentation for.

-- 
Pauli Virtanen




More information about the NumPy-Discussion mailing list