Hi everyone, I've built a custom directive that adds a video tag to my html output. It also adds a thumbnail, and the appropriate javascript so that the video shows in a simplemodal popup. I've got the directive working, although I feel like I cheated a bit by using node.raw to hold all of the necessary html.
What I'm trying to figure out is how to get the image that I uses for the thumbnail to be automatically copied to my build/_images directory. I suppose I could add copyfile to my directive's run method but that seems wrong. Thanks for any help you can provide. Brad -- 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.