[SciPy-user] timeseries documentation via sphinx

Nils Wagner nwagner at iam.uni-stuttgart.de
Wed Oct 8 10:39:51 EDT 2008


Hi all,

I tried to build the documentation of timeseries

make latex PAPER=a4
mkdir -p build/latex build/doctrees
/data/home/nwagner/local/bin/sphinx-build -b latex -d 
build/doctrees -D latex_paper_size=a4  source build/latex
/data/home/nwagner/local/lib/python2.5/site-packages/matplotlib/__init__.py:367: 
UserWarning: matplotlibrc text.usetex can not be used with 
*Agg backend unless dvipng-1.5 or later is installed on 
your system
   warnings.warn( 'matplotlibrc text.usetex can not be 
used with *Agg '
Sphinx v0.4.3, building latex
trying to load pickled env... not found
Exception occurred:
   File 
"/data/home/nwagner/svn/timeseries/scikits/timeseries/doc/source/../ext/numpydoc.py", 
line 361, in monkeypatch_sphinx_ext_autodoc
     if autodoc.RstGenerator.format_signature is 
our_format_signature:
AttributeError: 'module' object has no attribute 
'RstGenerator'
The full traceback has been saved in 
/tmp/sphinx-err-2jMNGx.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-dev at googlegroups.com. Thanks!
make: *** [latex] Fehler 1
  
How can I resolve this problem ?

Nils



More information about the SciPy-User mailing list