Roberto Alsina schrieb: > If this boilerplate rst is in the index.rst, the LaTeX builder produces no > output. How does it do that? > > Indices and tables > ================== > > * :ref:`genindex` > * :ref:`modindex` > * :ref:`search` > * :ref:`glossary` > > Is it special-cased?
This is controlled by the last value in the tuple given to the latex_documents config value -- if it is true, only the master toctree is used as the tree to translate and not the master document itself. This is usually what is wanted, since the heading of the master doc and these "indices and tables" links are redundant in the built doc. cheers, Georg --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
