From: Adam T. <aat...@ou...> - 2022-02-22 22:05:50
|
> It would be very helpful for you to share a link to a repo that contains > a minimal reproducer - I've had to guess a few things about your setup here. This request stands, it is challenging to help when I don't have all the detail! > As you can see, it doesn't like it ... Testing locally, it is fine. Your excerpt below is missing the blank line between the directive and the table, though. That might be the source of the error. It also depends on what Sphinx theme you're using, as that will have different classes, so borderless may not work. (The directive applies a class to the Docutils tree, which is used as a CSS class in the HTML output -- your CSS file needs to know what to do with .borderless.) From your reply to Günter, the best way to raise an issue for Sphinx is the issue tracker, https://github.com/sphinx-doc/sphinx/issues/new/choose A |