I have a list-table for which I want to create index entries to the
rows.  However, no matter how I try, I get build errors.

For example:
-----------------------------------------

Tables
======

.. list-table::
   :widths: 20 30 10
   :header-rows: 1

   * - A
     - B
     - C
   * - A1
     - B1
     - C1
   * - A2
     - B2
    .. index:: C2
     - C2


yields:

(WARNING/2) Bullet list ends without a blank line; unexpected
unindent.
(WARNING/2) Block quote ends without a blank line; unexpected
unindent.
(ERROR/3) Error parsing content block for the "list-table" directive:
exactly one bullet list expected.

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-...@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.

Reply via email to