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.

Reply via email to