Hello, I don't know how to solve the following problem, and I would be thankful if anybody could help me:
I have a list that contains entries like this: * :term:`mdb_seiten`.seiten_id, > * :term:`mdb_tabellen`.tabellen_bez. For every of these entries I would like to insert an invisible index command. A first attempt using .. index:: > single: mdb_seiten; seiten_id > > * :term:`mdb_seiten`.seiten_id, > .. index:: > single: mdb_tabellen; tabellen_bez > > * :term:`mdb_tabellen`.tabellen_bez. adds the wanted entries to the index, and the index command is invisible. But it seems to insert an unwanted extra line between every list entry: Using :index: instead makes the index entry visible. Does anybody have an idea to solve this problem? Thanks a lot, Jan -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
