[email protected] schrieb: > I have a PDF file within my source directory that is referenced from > within a reST document. > How can I configure Sphinx in order "make html" copying over the PDF > to the build directory?
The best way is to use Sphinx 0.6 (which is not yet released, but you can use it from Mercurial, like described in http://bitbucket.org/birkenfeld/sphinx/wiki/Home, or wait for the release which will be in a few days). There, you have a :download: role which references a file in the source directory and automatically copies it to the build directory, linking to the correct path. Georg --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
