I guess it's not the appropriate place to share tips, but it looks to be a place, where sphinx user meet, hence...
Here's a code css to make a table colourful: /* Table: */ th { background-color: #ede; } /* alternating colors in table rows */ table.docutils tr:nth-child(even) { background-color: #F3F3FF; } table.docutils tr:nth-child(odd) { background-color: #FFFFEE; } table.docutils tr { border-style: solid none solid none; border-width: 1px 0 1px 0; border-color: #AAAAAA; } -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To view this discussion on the web visit https://groups.google.com/d/msg/sphinx-dev/-/YwNECNsHidcJ. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.