[SciPy-User] make html in scipy/doc failed

Nils Wagner nwagner at iam.uni-stuttgart.de
Sat Mar 19 07:59:13 EDT 2011


Hi all,

I cannot build the documentation of scipy. It works well 
for numpy.

make html
mkdir -p build
touch build/generate-stamp
mkdir -p build/html build/doctrees
LANG=C sphinx-build -b html -d build/doctrees   source 
build/html
/home/nwagner/local/bin/sphinx-build:5: UserWarning: 
Module pkg_resources was already imported from 
/home/nwagner/local/lib64/python2.6/site-packages/setuptools-0.6c9-py2.6.egg/pkg_resources.py, 
but 
/home/nwagner/local/lib64/python2.6/site-packages/distribute-0.6.4-py2.6.egg 
is being added to sys.path
   from pkg_resources import load_entry_point
/home/nwagner/local/bin/sphinx-build:5: UserWarning: 
Module site was already imported from 
/usr/lib64/python2.6/site.pyc, but 
/home/nwagner/local/lib64/python2.6/site-packages/distribute-0.6.4-py2.6.egg 
is being added to sys.path
   from pkg_resources import load_entry_point
Running Sphinx v1.0.1
Scipy (VERSION 0.10.dev7179) (RELEASE 0.10.0.dev7179)

Extension error:
Could not import extension numpydoc (exception: No module 
named numpydoc)
make: *** [html] Fehler 1
  
Nils




More information about the SciPy-User mailing list