You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explain the problem.
If a table has a caption in the input, the rst writer with --list-tables=true generates a unecassary additional table, which leads to two captions.
Issue in the source code:
The current rst writer is adding always an additional table rst directive if a table caption is been set.
In case we create a list-table we should not do this, as the list-table directive gives the opportunity to set a caption by itself. See