Hi guys! Amazing job with sphinx. It's one of the best projects I've ever used.
I´m having some issues related to placing my tocs inside a table. This is my code: +-----------------------------------+ | Documentation Contents | +=================+=================+ | .. toctree:: | .. toctree:: | | :maxdepth: 1 | :maxdepth: 3 | | | | | overview | actions | | tutorial | | +-----------------+-----------------+ (the indentation is correct in the original file) For some reason this renders properly and the links are correct. The issue is that when I build the docs I get the following warnings: checking consistency... WARNING: D:\Development\Net\Stormwind\Pyccuracy \Trunk\Baseline\docs\source\actions.rst:: document isn't included in any toctree WARNING: D:\Development\Net\Stormwind\Pyccuracy\Trunk\Baseline\docs \source\overview.rst:: document isn't included in any toctree WARNING: D:\Development\Net\Stormwind\Pyccuracy\Trunk\Baseline\docs \source\tutorial.rst:: document isn't included in any toctree And the items, even though I can reach them from the index, are not indexed properly, since they do not show any breadcrumb whatsoever... It's like they are not linked to index. Am I doing something wrong? Cheers, Bernardo Heynemann Lead Developer of Pyccuracy (http://groups.google.com/group/pyccuracy) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
