Reword a paragraph in latex_table_style's documentation (#12994)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
James Addison 2024-10-10 15:22:05 +00:00 committed by GitHub
parent fac165105a
commit 566d1cd20f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3046,8 +3046,11 @@ These options influence LaTeX output.
Please update your project to use the
:ref:`latex table color configuration <tablecolors>` keys instead.
Each table can override the global style via ``:class:`` option,
or ``.. rst-class::`` for no-directive tables (cf. :ref:`table-directives`).
To customise the styles for a table,
use the ``:class:`` option if the table is defined using a directive,
or otherwise insert a :ref:`rst-class <rstclass>` directive before the table
(cf. :ref:`table-directives`).
Currently recognised classes are ``booktabs``, ``borderless``,
``standard``, ``colorrows``, ``nocolorrows``.
The latter two can be combined with any of the first three.