The Sage project uses Sphinx and has a lot of documentation. If you edit a single python file in the Sage library, then sphinx/autodoc will detect that and will only rebuild that piece of the documentation. But if you move the entire source tree (for example, if you're using Mercurial and you are cloning a branch, or if you just move everything to some other directory), then if you run Sphinx, it rebuilds everything. Is there any way to avoid this? Some quick way to rebuild the pickles (if that's the problem) to bypass this, or to just store relative pathnames in them?
(It can take half an hour to build all of the docs, so we want to avoid rebuilding whenever possible.) -- John -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-...@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.