Solved this problem by setting my paths correctly in conf.py On Wednesday, December 3, 2014 11:58:44 PM UTC-5, Kene Meniru wrote: > > Hi: Am trying to make documentation for a python program but some of my > modules are not being pulled in. I am using sphinx 1.1.3 in Debian stable. > The following is my directory tree. > > Directory tree > ------------------- > > App > | > |-----bin > | |------module_appui_file > | > |----app > | |-----__init__ > | | > | |----module_lib1_file > | | > | |----module_lib2_file > | | > | |----Package_1_dir > | | > | |----Package_2_dir > | > |-----doc > | |------source_dir > > > My python environment path points to `app` and the program runs fine. My > documentation seems to be set up correctly and is able to automatically > pull in all modules in Package_1_dir and Package_2_dir. I can't get it to > pull in the modules in bin and app i.e. module_appui_file, module_lib1_file > and module_lib2_file. > > Please help >
-- 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.
