Hi,
Accutually, the default table class is `tabulary`.
However, if a table has over 30 rows, it becomes `longtable`.
(the source code is here:
https://bitbucket.org/birkenfeld/sphinx/src/2bb807ed9ade11c07052638e1e0287d11034913b/sphinx/writers/latex.py?at=default#cl-679)
or if you specify the `class` option to longtable like
.. table:: This is the table
:class: longtable
+------------------------+------------+----------+
| Header row, column 1 | Header 2 | Header 3 |
| (header rows optional) | | |
+========================+============+==========+
| body row 1, column 1 | column 2 | column 3 |
+------------------------+------------+----------+
| body row 2 | ... | ... |
+------------------------+------------+----------+
(note the indentation as usual)
Regards,
WAKAYAMA Shirou
> --
> 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
sphinx-users...@googlegroups.com.
> To post to this group, send email to
sphinx...@googlegroups.com.
> Visit this group at
http://groups.google.com/group/sphinx-users.
> For more options, visit
https://groups.google.com/d/optout.