I did svn up on sphinx(0.3dev-20080617) and mpl (r5583), reinstalled 
both, and tried to build the docs.

It got through the html and failed on the latex:

...

[4]
Chapter 2.
(/usr/share/texmf-texlive/tex/latex/txfonts/ot1txr.fd)
(/usr/share/texmf-texlive/tex/latex/txfonts/utxsya.fd)
(/usr/share/texmf-texlive/tex/latex/txfonts/utxsyb.fd)
(/usr/share/texmf-texlive/tex/latex/txfonts/utxmia.fd)
(/usr/share/texmf-texlive/tex/latex/txfonts/utxsyc.fd)

LaTeX Warning: File `../pyplots/pyplot_simple.pdf' not found on input 
line 209.



!pdfTeX error: pdflatex (file ../pyplots/pyplot_simple.pdf): cannot find 
image
file
  ==> Fatal error occurred, no output PDF file produced!
Rendering LaTeX failed.

The file it is complaining about exists in several places:

[EMAIL PROTECTED]:~/programs/py/mpl/mpl_trunk/doc$ find . -name 
'pyplot_simple*'
./build/html/_images/pyplot_simple.png
./build/html/_images/pyplot_simple.pdf
./build/html/pyplots/.svn/text-base/pyplot_simple.py.svn-base
./build/html/pyplots/pyplot_simple.py
./build/html/pyplots/pyplot_simple.png
./build/html/pyplots/pyplot_simple.pdf
./build/html/pyplots/pyplot_simple.hires.png
./build/latex/pyplot_simple.png
./build/latex/pyplot_simple.pdf
./pyplots/.svn/text-base/pyplot_simple.py.svn-base
./pyplots/pyplot_simple.py
./pyplots/pyplot_simple.png
./pyplots/pyplot_simple.pdf
./pyplots/pyplot_simple.hires.png
./users/figures/pyplot_simple.png


And it is indeed a pdf:

[EMAIL PROTECTED]:~/programs/py/mpl/mpl_trunk/doc$ find . -name 
'pyplot_simple.pdf' -exec file {} \;
./build/html/_images/pyplot_simple.pdf: PDF document, version 1.4
./build/html/pyplots/pyplot_simple.pdf: PDF document, version 1.4
./build/latex/pyplot_simple.pdf: PDF document, version 1.4
./pyplots/pyplot_simple.pdf: PDF document, version 1.4

Eric

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to