Jim Campbell schrieb: > Hi All, > > In reviewing the different options available via sphinx-quickstart, I > was wondering what the purpose of the separate source and build > directories options are, and if one approach provides any particular > advantages over the other. > > I realize this question may be a bit naive, but are there any > circumstances where you would recommend using one or the other, or is > it merely a matter of preference?
I guess it's a matter of preference. There are some projects that distribute the built documentation along with the package's source distribution, in that case it's better to have it separated in docs/build (or somesuch) and not in docs/_build where it would be overlooked easily. cheers, Georg --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
