Hi list, I ran into a weird behavior of Sphinx ( 1.0beta2).
I'm using sphinx to generate html and latex documentation. I'm interested in using the multiple image/figure ability of sphinx: .. figure:: ../images/fig.* This generates the following error: WARNING: image file not readable: images/fig.png if I put in the full path ../images/fig.png or ../images/fig.jpg I got no problem though. Looking at the error message, it seems that the pictures are just not found when using the fig.* syntax. Any idea ? Thx -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.
