Hello, I've posted this already some time before, but got no anwers...
Creating my documentation using make latexpdf works seamlessly beside that the module index is not included. A chapter two, Indices And Tables is generated with bullet points genindex, modindex and search, but nothing more. I'm not really sure what conf.py variables are important latex_documents = [ ('index', 'flof.tex', u'flof Documentation', u'Florian Lindner', 'manual'), ] All other latex variables are not set. I have played with latex_domain_indices setting to True (which is the default afaik) or to "py-modindex" but no change at all... What is wrong with my setup? make html works perfect, including the auto generated module index. You can find my conf.py at http://pastebin.com/3XJVKKhz Thanks, Florian -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.