Hi sphinx folks.. I'm not sure if this is the right place, or if I should ask 
on a matplotlib list, but I'm having something weird with the plot directive 
and sphinx. For some reason the .png and .pdf files from the plot directive 
(while building html) are going into:

build/plot_directive/pyplots

rather than

_build/html/plot_directive/pyplots

I've put:

        cp build/plot_directive/pyplots/* _build/html/plot_directive/pyplots/

into my Makefile to "fix" it, but I guess I've got something configured badly 
somewhere. Where should I look for this?

thanks!
-steve


-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to