Open jorgepiloto opened 1 year ago
Note this is not affecting the actions. It is just a bug in a tool we use in our documentation.
Adding this to v6.1. So far, we are using tabulate
for generating the RST tables. We could explore other options like prettytable
or even rendering by our own.
Looks like prettytable
does not support RST formatting. After trying with pytablewriter
, the error is still present. This is really strange...
🐞 Problem The code-style actions is not properly rendering the inputs table. The logic implemented in the
conf.py
file for generating the table works fine. After some investigation with @Revathyvenugopal162, it looks like this issue is coming from thetabulate.tabulate
function.