Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

weird rendering of longtable in material #127

Open
collivier opened this issue Aug 28, 2022 · 0 comments
Open

weird rendering of longtable in material #127

collivier opened this issue Aug 28, 2022 · 0 comments

Comments

@collivier
Copy link

As far as I can see, material doesn't render longtable as the other tables which globally breaks rendering.
Tested vs 0.0.35 via:

 .. list-table:: 
    :widths: 15 20 45 20
    :header-rows: 1
+   :class: longtable

which renders as

-<table id="id32">
+<table class="colwidths-given longtable docutils align-default" id="id32">

https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html
https://tables-with-sphinx.readthedocs.io/en/latest/csv-table.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant