I have two projects, A and B where A is python for a specific application 
but B is agnostic python stuff that can be used for anything.  I want A to 
be able to search B as well, since it uses a lot of stuff from B but I also 
want B to be a standalone project with a search just for it so all the 
people not using the app specific stuff in A don't have the clutter and 
confusion.

Right now I have A including all the modules for B as well as B being it's 
own sphinx project.  This means everything in B gets generated twice, which 
is inefficient.  I assume there is a better way to set this up but I have 
been trouble finding any examples.

Any thoughts/advice would be greatly appreciated!

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sphinx-dev/-/ynSr6NDLgUoJ.
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.

Reply via email to