On Thursday, July 24, 2014 1:34:35 PM UTC+2, Jim Easterbrook wrote: > > On 24/07/14 10:39, [email protected] <javascript:> wrote: > > Hi, > > I have Python application (Karrigell) which imports modules written by > > me. I want to autodoc only my modules. > > But my modules use some functions defined in the calling application > > (here Karrigell). > > There I get Python errors from the autodoc extension since Python > > doesn't know these functions. > > How can this be achieved? > > > > Many thanks for a hint, > > I think you might be able to do this by defining dummy functions (with > the right names) in your conf.py. >
I did that but this function doesn't get called. Does autodoc.py import conf.py ? Thanks, Helmut -- 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/d/optout.
