It's likely that you have this in your conf.py # For "manual" documents, if this is true, then toplevel headings are parts, # not chapters. # latex_use_parts = False
instead of: # For "manual" documents, if this is true, then toplevel headings are parts, # not chapters. latex_use_parts = True At least this had some impact on index inclusion for me, IIRC. On Dec 22, 6:02 pm, gav <[email protected]> wrote: > I am generating both html and latex using Sphinx. I am getting an > index in the html but not with latex. Everything else seems to be > working. Can someone point me at the documentation or give me a hint > about what might be the problem? > > Thanks -- 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.
