On Jan 15, 5:12 pm, Georg Brandl <ge...@python.org> wrote: > Sphinx does include a "setup.py build_docs" command
How can this be invoked? Do I need to import something extra in my setup.py? > but it does not > handling adding the distutils build directories to sys.path. It would > probably a good idea to do this -- would you like to work on a patch? I'll see what I can do :) > What I usually do is to copy the built C modules to the source path > in my "make the docs" step: Ah, I did the opposite: compute the current build path in conf.py and add it to sys.path. See: http://stackoverflow.com/questions/4687608/using-sphinx-with-a-distutils-built-c-extension Cheers, Jason -- 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.