[Numpy-discussion] make html

2009-07-01 Thread Nils Wagner
Hi all,

I am using

 numpy.__version__
'1.4.0.dev7094'

make html yields

/home/nwagner/svn/numpy/doc/source/reference/generated/numpy.trunc.rst:: 
WARNING: document isn't included in any toctree
done
preparing documents... done
Exception occurred:  2%] reference/generalized_ufuncs 
   ures
   File 
/home/nwagner/local/lib64/python2.6/site-packages/Sphinx-0.6.1-py2.6.egg/sphinx/environment.py,
 
line 921, in get_toc_for
 toc = self.tocs[docname].deepcopy()
KeyError: 'reference/generalized_ufuncs'
The full traceback has been saved in 
/tmp/sphinx-err-wlA8vA.log, if you want to report the 
issue to the author.
Please also report this if it was a user error, so that a 
better error message can be provided next time.
Send reports to sphinx-...@googlegroups.com. Thanks!
make: *** [html] Fehler 1


Nils
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] make html

2009-07-01 Thread Pauli Virtanen
On 2009-07-01, Nils Wagner nwag...@iam.uni-stuttgart.de wrote:
 I am using

 numpy.__version__
 '1.4.0.dev7094'

 make html yields

 /home/nwagner/svn/numpy/doc/source/reference/generated/numpy.trunc.rst:: 
 WARNING: document isn't included in any toctree
 done
 preparing documents... done
 Exception occurred:  2%] reference/generalized_ufuncs 
ures
File 
 /home/nwagner/local/lib64/python2.6/site-packages/Sphinx-0.6.1-py2.6.egg/sphinx/environment.py,
  
 line 921, in get_toc_for
  toc = self.tocs[docname].deepcopy()
 KeyError: 'reference/generalized_ufuncs'

Do make clean first.

-- 
Pauli Virtanen

___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion