We do the same thing here, produce a bunch of documents from a common set of files. We are on Windows, which makes it a little difficult, so we run Sphinx from a Cygwin environment. Then we create individual document directories. To get the common content we create links from within Cygwin to make the common content appear under each document directory. This way each document can be built the way we want it.
--Peter On Friday, September 1, 2017 at 5:15:49 AM UTC-7, Dessus Ph. wrote: > > dear all, > > I'm currently working on a large set of sphinx files of which I want to > produce different subsets with different outputs (mainly HTML/PDF). > So I've written different index files to be compiled. > > My problem is that putting the index file name in the master_doc variable > *only* affects, AFAIK, the singlehtml output, both html and latex make > commands don't use the master_doc specified index (they compile > *indifferently* all the files in the folder whatever the index name is). > > I'm aware that intersphinx would fix this problem but with a too > complicated folder structure (it's more convenient to me to have all the > files in a same folder). > > Any ideas on how to specify the compilation of a given set of files as an > index? > > best and thx! > philippe > -- 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 https://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
