You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐞 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 the tabulate.tabulate function.
The text was updated successfully, but these errors were encountered:
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.
🐞 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.The text was updated successfully, but these errors were encountered: