I am using sphinx to present a front-end to a set of scientific experiments. here is how it is working:
* each experiment produces .rst file (containing images/:downloads:/ etc) * a script searches the file system for all rst files, and writes an index.rst * sphinx is called to make the html. this all is working well, except for the build speed. when a single experiment is added, the index.rst file changes, and sphinx takes a long time `copying downloadable files` for *every* page. is there a way to prevent this behavior, either by changing the configuration, or re-structuring the process? -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/groups/opt_out.
