Skip to content

Commit

Permalink
Remove html only rendering limitation
Browse files Browse the repository at this point in the history
With the implementation of rowspan/colspan, latex should be able to
properly render tables without failing with exceptions.

Signed-off-by: Fabio Utzig <[email protected]>
  • Loading branch information
utzig committed Feb 15, 2021
1 parent 4467ee9 commit 277d8b0
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions documentation/source/tables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@ It renders as:

----

.. only:: html

.. doxygenclass:: Table_3
:project: tables
.. doxygenclass:: Table_3
:project: tables

----

Expand All @@ -65,10 +63,8 @@ It renders as:

----

.. only:: html

.. doxygenclass:: Table_4
:project: tables
.. doxygenclass:: Table_4
:project: tables

----

Expand All @@ -83,7 +79,5 @@ It renders as:

----

.. only:: html

.. doxygenclass:: Table_5
:project: tables
.. doxygenclass:: Table_5
:project: tables

0 comments on commit 277d8b0

Please sign in to comment.