Hi! I'm the creater of sphinx-multibuild. It just merges multiple input directories to a single virtual output directory. It doesn't hook into sphinx to change anything like labels etc. Sphinx isn't really build for that so I suggest going through the docs and adding namespaces to references manually. You can probably write a tool to do it for you.
On Thursday, November 1, 2018 at 8:07:19 AM UTC+1, FP wrote: > > Hello Everyone, > > I am trying to create a Sphinx project that contains documentation about > multiple tools. The issue that I encounter is that some of the projects use > the same labels for example (authentication, pagination, etc.) > > My structure is the following. > > source > conf.py > index.rst > tool1: > - conf.py > - index.rst > tool2: > - conf.py > - index.rst > tool3: > - conf.py > - index.rst > > I can't find a way to go around the Duplicate label warning. > Any pointers on how I could achieve that? > I have used sphinx-multibuild but no success > > Thanks, > FP > -- 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.
