Hello, I've been using Sphinx for Python module documentation, and so far it's been great.
Now I'd like to add some images, and/or matplotlib plots. But I'm finding that on Windows at least, it's giving me problems with filenames with spaces. My repo is under: c:\Documents and Settings\cmcqueen\... When I try to add an image using ".. image::", Sphinx seems to be calculating the full pathname, and then stripping any spaces from the name. So of course it can't find the file. This also seems to affect matplotlib plots, which I try to add using ".. plot::", using the matplotlib extensions. Is this a bug, and should I go ahead and log a bug report for it? Regards, Craig McQueen -- 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.
