Hello all, I am getting a "WARNING: duplicate label" error every time I include a file. The warning goes on to tell me that it has one reference on the included file and another on the file where the include is.
An example: Code: > <mainFile.rst> > group > ^^^^^ > > stuff, etc... > > .. include:: separatedFile.rst > <separatedFile.rst> > .. > .. blablabla > .. $Id:: seperatedFile.rst $: > > > > .. index:: > entry; > > .. _a: > > Stuff > ----- > > > TODO! > Output: > /home/user/Manual/source/separatedFile.rst:20: WARNING: duplicate label a, > other instance in /home/user/Manual/source/mainFile.rst > checking consistency... /home//user/Manual/source/separatedFile.rst:: > WARNING: document isn't included in any toctree > What am I missing? Thanks for any help, Kotoko -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users?hl=en.
