On 2011-03-09, Abacus Nerd wrote: > I am trying to build documentation for my python project which imports > some third party modules. > My problem is that when I run "make html" Sphinx is not able to find > those third party python modules and reports "ImportError" . Reason > being third party modules are not present on the machine I m running > Sphinx and I can't install third party tool on this machine just to > have my documentation done.
> Is there a way to avoid importing certain modules in Sphinx. Can we > skip importing modules by providing some option in RST files ? How about a "dummy" module somewhere in your pythonpath? Günter -- 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.
